Html Css Color HEX #FC5978 Wild Watermelon

📋 copy color: '#FC5978'

red 252 ◦ green 89 ◦ blue 120

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

Shades of Wild Watermelon #FC5978

Tints of Wild Watermelon #FC5978

RGB

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

 GREEN value IS 89 (35.16% from 255) = 19.31%

 BLUE value IS 120 (47.27% from 255) = 26.03%

R = 54.66%
G = 19.31%
B = 26.03%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#FC5978 (or 0xFC5978) is known color: Wild Watermelon. HEX triplet: FC, 59 and 78. RGB value is (252,89,120). Sum of RGB (Red+Green+Blue) = 252+89+120=461 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.66% from 461); Green value is 89 (35.16% from 255 or 19.31% from 461); Blue value is 120 (47.27% from 255 or 26.03% from 461); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5978 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC5978 is #03A687. Grayscale: #8D8D8D. Windows color (decimal): -239240 or 7887356. OLE color: 7887356.

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

Color convert

RGB 252 89 120 -
CMYK 0 0.65 0.52 0.01
HSL 348.59º 0.96% 0.67% -
HSV(B) 348.59º 0.65% 0.99% -
XYZ 47.11 29.2 20.92 -
YUV 141.27 116 206.98 -
System Red Green Blue C M Y K H S L
Decimal 252 89 120 0 0.65 0.52 0.01 348.59 0.96 0.67
Hex FC 59 78 0 41 34 1 15D 60 43
Octal 374 131 170 0 101 64 1 535 140 103
Binary 11111100 1011001 1111000 0 1000001 110100 1 101011101 1100000 1000011

Color Harmonies of #FC5978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5978

Black with #FC5978

Text Example


Text Example

White with #FC5978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5978; }

 p { color: rgb(252,89,120); }

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

background-color css

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

 a { background-color: rgb(252,89,120); }

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

border-color css

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

 span { border-color: rgb(252,89,120); }

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