#FC6772

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

Shades of Wild Watermelon #FC6772

Tints of Wild Watermelon #FC6772

Color information

#FC6772 (or 0xFC6772) is unknown color: approx Wild Watermelon. HEX triplet: FC, 67 and 72. RGB value is (252,103,114). Sum of RGB (Red+Green+Blue) = 252+103+114=469 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.73% from 469); Green value is 103 (40.62% from 255 or 21.96% from 469); Blue value is 114 (44.92% from 255 or 24.31% from 469); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6772 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC6772 is #03988D. Grayscale: #949494. Windows color (decimal): -235662 or 7497724. OLE color: 7497724.

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

Color convert

RGB252103114-
CMYK00.590.550.01
HSL355.57º96.13%69.61%-
HSV(B)355.57º59.13%98.82%-
XYZ48.0331.6119.49-
YUV148.8108.36201.61-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 53.73%
GREEN value IS 103 (40.62% from 255) = 21.96%
BLUE value IS 114 (44.92% from 255) = 24.31%
R=53.73%
G=21.96%
B=24.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.55
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25210311400.590.550.01355.5796.1369.61
HexFC677203B3711646046
Octal374147162073671544140106
Binary11111100110011111100100111011110111110110010011000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC6772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC6772; }

 p { color: rgb(252,103,114); }

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

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

 a { background-color: rgb(252,103,114); }

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

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

 span { border-color: rgb(252,103,114); }

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