Html Css Color HEX #FC6472 Wild Watermelon

📋 copy color: '#FC6472'

red 252 ◦ green 100 ◦ blue 114

#FC6472
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wild Watermelon #FC6472

Tints of Wild Watermelon #FC6472

RGB

 RED value IS 252 (98.83% from 255) = 54.08%

 GREEN value IS 100 (39.45% from 255) = 21.46%

 BLUE value IS 114 (44.92% from 255) = 24.46%

R = 54.08%
G = 21.46%
B = 24.46%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#FC6472 (or 0xFC6472) is known color: Wild Watermelon. HEX triplet: FC, 64 and 72. RGB value is (252,100,114). Sum of RGB (Red+Green+Blue) = 252+100+114=466 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.08% from 466); Green value is 100 (39.45% from 255 or 21.46% from 466); Blue value is 114 (44.92% from 255 or 24.46% from 466); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6472 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC6472 is #039B8D. Grayscale: #939393. Windows color (decimal): -236430 or 7496956. OLE color: 7496956.

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

Color convert

RGB 252 100 114 -
CMYK 0 0.60 0.55 0.01
HSL 354.47º 0.96% 0.69% -
HSV(B) 354.47º 0.6% 0.99% -
XYZ 47.74 31.02 19.39 -
YUV 147.04 109.36 202.86 -
System Red Green Blue C M Y K H S L
Decimal 252 100 114 0 0.60 0.55 0.01 354.47 0.96 0.69
Hex FC 64 72 0 3C 37 1 162 60 45
Octal 374 144 162 0 74 67 1 542 140 105
Binary 11111100 1100100 1110010 0 111100 110111 1 101100010 1100000 1000101

Color Harmonies of #FC6472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6472

Black with #FC6472

Text Example


Text Example

White with #FC6472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6472; }

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

 H1.HeaderClassName
 {
   color: #FC6472;
 }
 .AnyTagClassName
 {
   color: #FC6472;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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