Html Css Color HEX #FC4570 Wild Watermelon

📋 copy color: '#FC4570'

red 252 ◦ green 69 ◦ blue 112

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

Shades of Wild Watermelon #FC4570

Tints of Wild Watermelon #FC4570

RGB

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

 GREEN value IS 69 (27.34% from 255) = 15.94%

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

R = 58.2%
G = 15.94%
B = 25.87%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FC4570 (or 0xFC4570) is known color: Wild Watermelon. HEX triplet: FC, 45 and 70. RGB value is (252,69,112). Sum of RGB (Red+Green+Blue) = 252+69+112=433 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.20% from 433); Green value is 69 (27.34% from 255 or 15.94% from 433); Blue value is 112 (44.14% from 255 or 25.87% from 433); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4570 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC4570 is #03BA8F. Grayscale: #808080. Windows color (decimal): -244368 or 7357948. OLE color: 7357948.

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

Color convert

RGB 252 69 112 -
CMYK 0 0.73 0.56 0.01
HSL 345.9º 0.97% 0.63% -
HSV(B) 345.9º 0.73% 0.99% -
XYZ 45.2 26.12 17.99 -
YUV 128.62 118.63 216 -
System Red Green Blue C M Y K H S L
Decimal 252 69 112 0 0.73 0.56 0.01 345.9 0.97 0.63
Hex FC 45 70 0 49 38 1 15A 61 3F
Octal 374 105 160 0 111 70 1 532 141 77
Binary 11111100 1000101 1110000 0 1001001 111000 1 101011010 1100001 111111

Color Harmonies of #FC4570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4570

Black with #FC4570

Text Example


Text Example

White with #FC4570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4570; }

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

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

background-color css

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

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

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

border-color css

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

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

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