Html Css Color HEX #FC5870 Wild Watermelon

📋 copy color: '#FC5870'

red 252 ◦ green 88 ◦ blue 112

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

Shades of Wild Watermelon #FC5870

Tints of Wild Watermelon #FC5870

RGB

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

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

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

R = 55.75%
G = 19.47%
B = 24.78%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FC5870 (or 0xFC5870) is known color: Wild Watermelon. HEX triplet: FC, 58 and 70. RGB value is (252,88,112). Sum of RGB (Red+Green+Blue) = 252+88+112=452 (59% of max value = 765). Red value is 252 (98.83% from 255 or 55.75% from 452); Green value is 88 (34.77% from 255 or 19.47% from 452); Blue value is 112 (44.14% from 255 or 24.78% from 452); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5870 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC5870 is #03A78F. Grayscale: #8B8B8B. Windows color (decimal): -239504 or 7362812. OLE color: 7362812.

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

Color convert

RGB 252 88 112 -
CMYK 0 0.65 0.56 0.01
HSL 351.22º 0.96% 0.67% -
HSV(B) 351.22º 0.65% 0.99% -
XYZ 46.56 28.84 18.44 -
YUV 139.77 112.33 208.05 -
System Red Green Blue C M Y K H S L
Decimal 252 88 112 0 0.65 0.56 0.01 351.22 0.96 0.67
Hex FC 58 70 0 41 38 1 15F 60 43
Octal 374 130 160 0 101 70 1 537 140 103
Binary 11111100 1011000 1110000 0 1000001 111000 1 101011111 1100000 1000011

Color Harmonies of #FC5870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5870

Black with #FC5870

Text Example


Text Example

White with #FC5870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5870; }

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

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

background-color css

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

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

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

border-color css

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

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

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