#FC5C6F

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

Shades of Wild Watermelon #FC5C6F

Tints of Wild Watermelon #FC5C6F

Color information

#FC5C6F (or 0xFC5C6F) is unknown color: approx Wild Watermelon. HEX triplet: FC, 5C and 6F. RGB value is (252,92,111). Sum of RGB (Red+Green+Blue) = 252+92+111=455 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.38% from 455); Green value is 92 (36.33% from 255 or 20.22% from 455); Blue value is 111 (43.75% from 255 or 24.40% from 455); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5C6F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC5C6F is #03A390. Grayscale: #8E8E8E. Windows color (decimal): -238481 or 7298300. OLE color: 7298300.

HSL color Cylindrical-coordinate representation of color #FC5C6F: hue angle of 352.88º 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 #FC5C6F is Cyan = 0, Magento = 0.63, Yellow = 0.56 and Black (K on CMYK) = 0.01.

Color convert

RGB25292111-
CMYK00.630.560.01
HSL352.88º96.39%67.45%-
HSV(B)352.88º63.49%98.82%-
XYZ46.8429.518.26-
YUV142.01110.51206.46-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 55.38%
GREEN value IS 92 (36.33% from 255) = 20.22%
BLUE value IS 111 (43.75% from 255) = 24.40%
R=55.38%
G=20.22%
B=24.40%

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
Decimal2529211100.630.560.01352.8896.3967.45
HexFC5C6F03F3811616043
Octal374134157077701541140103
Binary11111100101110011011110111111111000110110000111000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC5C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC5C6F; }

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

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

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

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

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

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

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

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