#FC5C6E

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

Shades of Wild Watermelon #FC5C6E

Tints of Wild Watermelon #FC5C6E

Color information

#FC5C6E (or 0xFC5C6E) is unknown color: approx Wild Watermelon. HEX triplet: FC, 5C and 6E. RGB value is (252,92,110). Sum of RGB (Red+Green+Blue) = 252+92+110=454 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.51% from 454); Green value is 92 (36.33% from 255 or 20.26% from 454); Blue value is 110 (43.36% from 255 or 24.23% from 454); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5C6E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC5C6E is #03A391. Grayscale: #8D8D8D. Windows color (decimal): -238482 or 7232764. OLE color: 7232764.

HSL color Cylindrical-coordinate representation of color #FC5C6E: hue angle of 353.25º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FC5C6E is Cyan = 0, Magento = 0.63, Yellow = 0.56 and Black (K on CMYK) = 0.01.

Color convert

RGB25292110-
CMYK00.630.560.01
HSL353.25º96.39%67.45%-
HSV(B)353.25º63.49%98.82%-
XYZ46.7929.4817.98-
YUV141.89110.01206.54-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 55.51%
GREEN value IS 92 (36.33% from 255) = 20.26%
BLUE value IS 110 (43.36% from 255) = 24.23%
R=55.51%
G=20.26%
B=24.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.56
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2529211000.630.560.01353.2596.3967.45
HexFC5C6E03F3811616043
Octal374134156077701541140103
Binary11111100101110011011100111111111000110110000111000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC5C6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC5C6E; }

 p { color: rgb(252,92,110); }

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

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

 a { background-color: rgb(252,92,110); }

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

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

 span { border-color: rgb(252,92,110); }

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