#FC6C6F

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

Shades of Wild Watermelon #FC6C6F

Tints of Wild Watermelon #FC6C6F

Color information

#FC6C6F (or 0xFC6C6F) is unknown color: approx Wild Watermelon. HEX triplet: FC, 6C and 6F. RGB value is (252,108,111). Sum of RGB (Red+Green+Blue) = 252+108+111=471 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.50% from 471); Green value is 108 (42.58% from 255 or 22.93% from 471); Blue value is 111 (43.75% from 255 or 23.57% from 471); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6C6F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC6C6F is #039390. Grayscale: #979797. Windows color (decimal): -234385 or 7302396. OLE color: 7302396.

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

Color convert

RGB252108111-
CMYK00.570.560.01
HSL358.75º96%70.59%-
HSV(B)358.75º57.14%98.82%-
XYZ48.3832.5718.78-
YUV151.4105.21199.76-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 53.50%
GREEN value IS 108 (42.58% from 255) = 22.93%
BLUE value IS 111 (43.75% from 255) = 23.57%
R=53.50%
G=22.93%
B=23.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.56
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25210811100.570.560.01358.759670.59
HexFC6C6F0393811676047
Octal374154157071701547140107
Binary11111100110110011011110111001111000110110011111000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC6C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC6C6F; }

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

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

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

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

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

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

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

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