Html Css Color HEX #FC5872 Wild Watermelon

📋 copy color: '#FC5872'

red 252 ◦ green 88 ◦ blue 114

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

Shades of Wild Watermelon #FC5872

Tints of Wild Watermelon #FC5872

RGB

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

 GREEN value IS 88 (34.77% from 255) = 19.38%

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

R = 55.51%
G = 19.38%
B = 25.11%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#FC5872 (or 0xFC5872) is known color: Wild Watermelon. HEX triplet: FC, 58 and 72. RGB value is (252,88,114). Sum of RGB (Red+Green+Blue) = 252+88+114=454 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.51% from 454); Green value is 88 (34.77% from 255 or 19.38% from 454); Blue value is 114 (44.92% from 255 or 25.11% from 454); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5872 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC5872 is #03A78D. Grayscale: #8C8C8C. Windows color (decimal): -239502 or 7493884. OLE color: 7493884.

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

Color convert

RGB 252 88 114 -
CMYK 0 0.65 0.55 0.01
HSL 350.49º 0.96% 0.67% -
HSV(B) 350.49º 0.65% 0.99% -
XYZ 46.67 28.89 19.04 -
YUV 140 113.33 207.89 -
System Red Green Blue C M Y K H S L
Decimal 252 88 114 0 0.65 0.55 0.01 350.49 0.96 0.67
Hex FC 58 72 0 41 37 1 15E 60 43
Octal 374 130 162 0 101 67 1 536 140 103
Binary 11111100 1011000 1110010 0 1000001 110111 1 101011110 1100000 1000011

Color Harmonies of #FC5872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5872

Black with #FC5872

Text Example


Text Example

White with #FC5872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5872; }

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

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

background-color css

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

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

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

border-color css

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

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

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