Html Css Color HEX #FC5970 Wild Watermelon

📋 copy color: '#FC5970'

red 252 ◦ green 89 ◦ blue 112

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

Shades of Wild Watermelon #FC5970

Tints of Wild Watermelon #FC5970

RGB

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

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

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

R = 55.63%
G = 19.65%
B = 24.72%

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

#FC5970 (or 0xFC5970) is known color: Wild Watermelon. HEX triplet: FC, 59 and 70. RGB value is (252,89,112). Sum of RGB (Red+Green+Blue) = 252+89+112=453 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.63% from 453); Green value is 89 (35.16% from 255 or 19.65% from 453); Blue value is 112 (44.14% from 255 or 24.72% from 453); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5970 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC5970 is #03A68F. Grayscale: #8C8C8C. Windows color (decimal): -239248 or 7363068. OLE color: 7363068.

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

Color convert

RGB 252 89 112 -
CMYK 0 0.65 0.56 0.01
HSL 351.53º 0.96% 0.67% -
HSV(B) 351.53º 0.65% 0.99% -
XYZ 46.64 29.01 18.47 -
YUV 140.36 112 207.63 -
System Red Green Blue C M Y K H S L
Decimal 252 89 112 0 0.65 0.56 0.01 351.53 0.96 0.67
Hex FC 59 70 0 41 38 1 160 60 43
Octal 374 131 160 0 101 70 1 540 140 103
Binary 11111100 1011001 1110000 0 1000001 111000 1 101100000 1100000 1000011

Color Harmonies of #FC5970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5970

Black with #FC5970

Text Example


Text Example

White with #FC5970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5970; }

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

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

background-color css

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

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

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

border-color css

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

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

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