#FE6E70

Color #FE6E70 Wild Watermelon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Watermelon #FE6E70

Tints of Wild Watermelon #FE6E70

Color information

#FE6E70 (or 0xFE6E70) is unknown color: approx Wild Watermelon. HEX triplet: FE, 6E and 70. RGB value is (254,110,112). Sum of RGB (Red+Green+Blue) = 254+110+112=476 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.36% from 476); Green value is 110 (43.36% from 255 or 23.11% from 476); Blue value is 112 (44.14% from 255 or 23.53% from 476); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6E70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE6E70 is #01918F. Grayscale: #999999. Windows color (decimal): -102800 or 7368446. OLE color: 7368446.

HSL color Cylindrical-coordinate representation of color #FE6E70: hue angle of 359.17º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FE6E70 is Cyan = 0, Magento = 0.57, Yellow = 0.56 and Black (K on CMYK) = 0.00.

Color convert

RGB254110112-
CMYK00.570.560.00
HSL359.17º98.63%71.37%-
HSV(B)359.17º56.69%99.61%-
XYZ49.3733.3919.17-
YUV153.28104.71199.84-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 254 (99.61% from 255) = 53.36%
GREEN value IS 110 (43.36% from 255) = 23.11%
BLUE value IS 112 (44.14% from 255) = 23.53%
R=53.36%
G=23.11%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.56
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25411011200.570.560.00359.1798.6371.37
HexFE6E700393801676347
Octal376156160071700547143107
Binary11111110110111011100000111001111000010110011111000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE6E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE6E70; }

 p { color: rgb(254,110,112); }

 H1.HeaderClassName
 {
   color: #FE6E70;
 }
 .AnyTagClassName
 {
   color: #FE6E70;
 }
</style>
background-color css

<style>
 a { background-color: #FE6E70; }

 a { background-color: rgb(254,110,112); }

 div.DivClassName
 {
   background-color: #FE6E70;
 }
 .BgClassName
 {
   background-color: #FE6E70;
 }
</style>
border-color css

<style>
 span { border-color: #FE6E70; }

 span { border-color: rgb(254,110,112); }

 td.TdClassName
 {
   border-color: #FE6E70;
 }
 .TagClassName
 {
   border-color: #FE6E70;
 }
</style>