Html Css Color HEX #FC4770 Wild Watermelon

📋 copy color: '#FC4770'

red 252 ◦ green 71 ◦ blue 112

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

Shades of Wild Watermelon #FC4770

Tints of Wild Watermelon #FC4770

RGB

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

 GREEN value IS 71 (28.13% from 255) = 16.32%

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

R = 57.93%
G = 16.32%
B = 25.75%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FC4770 (or 0xFC4770) is known color: Wild Watermelon. HEX triplet: FC, 47 and 70. RGB value is (252,71,112). Sum of RGB (Red+Green+Blue) = 252+71+112=435 (57% of max value = 765). Red value is 252 (98.83% from 255 or 57.93% from 435); Green value is 71 (28.12% from 255 or 16.32% from 435); Blue value is 112 (44.14% from 255 or 25.75% from 435); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4770 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC4770 is #03B88F. Grayscale: #818181. Windows color (decimal): -243856 or 7358460. OLE color: 7358460.

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

Color convert

RGB 252 71 112 -
CMYK 0 0.72 0.56 0.01
HSL 346.41º 0.97% 0.63% -
HSV(B) 346.41º 0.72% 0.99% -
XYZ 45.32 26.37 18.03 -
YUV 129.79 117.97 215.17 -
System Red Green Blue C M Y K H S L
Decimal 252 71 112 0 0.72 0.56 0.01 346.41 0.97 0.63
Hex FC 47 70 0 48 38 1 15A 61 3F
Octal 374 107 160 0 110 70 1 532 141 77
Binary 11111100 1000111 1110000 0 1001000 111000 1 101011010 1100001 111111

Color Harmonies of #FC4770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4770

Black with #FC4770

Text Example


Text Example

White with #FC4770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4770; }

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

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

background-color css

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

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

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

border-color css

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

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

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