Html Css Color HEX #FC6470 Wild Watermelon

📋 copy color: '#FC6470'

red 252 ◦ green 100 ◦ blue 112

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

Shades of Wild Watermelon #FC6470

Tints of Wild Watermelon #FC6470

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 24.14%

R = 54.31%
G = 21.55%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FC6470 (or 0xFC6470) is known color: Wild Watermelon. HEX triplet: FC, 64 and 70. RGB value is (252,100,112). Sum of RGB (Red+Green+Blue) = 252+100+112=464 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.31% from 464); Green value is 100 (39.45% from 255 or 21.55% from 464); Blue value is 112 (44.14% from 255 or 24.14% from 464); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6470 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC6470 is #039B8F. Grayscale: #929292. Windows color (decimal): -236432 or 7365884. OLE color: 7365884.

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

Color convert

RGB 252 100 112 -
CMYK 0 0.60 0.56 0.01
HSL 355.26º 0.96% 0.69% -
HSV(B) 355.26º 0.6% 0.99% -
XYZ 47.63 30.98 18.8 -
YUV 146.82 108.36 203.02 -
System Red Green Blue C M Y K H S L
Decimal 252 100 112 0 0.60 0.56 0.01 355.26 0.96 0.69
Hex FC 64 70 0 3C 38 1 163 60 45
Octal 374 144 160 0 74 70 1 543 140 105
Binary 11111100 1100100 1110000 0 111100 111000 1 101100011 1100000 1000101

Color Harmonies of #FC6470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6470

Black with #FC6470

Text Example


Text Example

White with #FC6470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6470; }

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

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

background-color css

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

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

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

border-color css

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

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

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