#FE5566

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

Shades of Wild Watermelon #FE5566

Tints of Wild Watermelon #FE5566

Color information

#FE5566 (or 0xFE5566) is unknown color: approx Wild Watermelon. HEX triplet: FE, 55 and 66. RGB value is (254,85,102). Sum of RGB (Red+Green+Blue) = 254+85+102=441 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.60% from 441); Green value is 85 (33.59% from 255 or 19.27% from 441); Blue value is 102 (40.23% from 255 or 23.13% from 441); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5566 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE5566 is #01AA99. Grayscale: #898989. Windows color (decimal): -109210 or 6706686. OLE color: 6706686.

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

Color convert

RGB25485102-
CMYK00.670.600.00
HSL353.96º98.83%66.47%-
HSV(B)353.96º66.54%99.61%-
XYZ46.5228.5315.62-
YUV137.47107.99211.12-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 57.60%
GREEN value IS 85 (33.59% from 255) = 19.27%
BLUE value IS 102 (40.23% from 255) = 23.13%
R=57.60%
G=19.27%
B=23.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.60
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2548510200.670.600.00353.9698.8366.47
HexFE55660433C01626342
Octal3761251460103740542143102
Binary111111101010101110011001000011111100010110001011000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE5566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE5566; }

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

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

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

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

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

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

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

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