#fe6670

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

Shades of Wild Watermelon #FE6670

Tints of Wild Watermelon #FE6670

Color information

#FE6670 (or 0xFE6670) is unknown color: approx Wild Watermelon. HEX triplet: FE, 66 and 70. RGB value is (254,102,112). Sum of RGB (Red+Green+Blue) = 254+102+112=468 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.27% from 468); Green value is 102 (40.23% from 255 or 21.79% from 468); Blue value is 112 (44.14% from 255 or 23.93% from 468); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6670 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE6670 is #01998F. Grayscale: #949494. Windows color (decimal): -104848 or 7366398. OLE color: 7366398.

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

Color convert

RGB254102112-
CMYK00.600.560.00
HSL356.05º98.7%69.8%-
HSV(B)356.05º59.84%99.61%-
XYZ48.5531.7418.9-
YUV148.59107.36203.19-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 54.27%
GREEN value IS 102 (40.23% from 255) = 21.79%
BLUE value IS 112 (44.14% from 255) = 23.93%
R=54.27%
G=21.79%
B=23.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.56
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25410211200.600.560.00356.0598.769.8
HexFE667003C3801646346
Octal376146160074700544143106
Binary11111110110011011100000111100111000010110010011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fe6670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fe6670; }

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

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

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

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

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

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

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

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