Html Css Color HEX #FC5770 Wild Watermelon

📋 copy color: '#FC5770'

red 252 ◦ green 87 ◦ blue 112

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

Shades of Wild Watermelon #FC5770

Tints of Wild Watermelon #FC5770

RGB

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

 GREEN value IS 87 (34.38% from 255) = 19.29%

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

R = 55.88%
G = 19.29%
B = 24.83%

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

#FC5770 (or 0xFC5770) is known color: Wild Watermelon. HEX triplet: FC, 57 and 70. RGB value is (252,87,112). Sum of RGB (Red+Green+Blue) = 252+87+112=451 (59% of max value = 765). Red value is 252 (98.83% from 255 or 55.88% from 451); Green value is 87 (34.38% from 255 or 19.29% from 451); Blue value is 112 (44.14% from 255 or 24.83% from 451); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5770 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC5770 is #03A88F. Grayscale: #8B8B8B. Windows color (decimal): -239760 or 7362556. OLE color: 7362556.

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

Color convert

RGB 252 87 112 -
CMYK 0 0.65 0.56 0.01
HSL 350.91º 0.96% 0.66% -
HSV(B) 350.91º 0.65% 0.99% -
XYZ 46.48 28.68 18.42 -
YUV 139.19 112.66 208.47 -
System Red Green Blue C M Y K H S L
Decimal 252 87 112 0 0.65 0.56 0.01 350.91 0.96 0.66
Hex FC 57 70 0 41 38 1 15F 60 42
Octal 374 127 160 0 101 70 1 537 140 102
Binary 11111100 1010111 1110000 0 1000001 111000 1 101011111 1100000 1000010

Color Harmonies of #FC5770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5770

Black with #FC5770

Text Example


Text Example

White with #FC5770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5770; }

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

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

background-color css

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

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

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

border-color css

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

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

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