Html Css Color HEX #FC5170 Wild Watermelon

📋 copy color: '#FC5170'

red 252 ◦ green 81 ◦ blue 112

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

Shades of Wild Watermelon #FC5170

Tints of Wild Watermelon #FC5170

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18.2%

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

R = 56.63%
G = 18.2%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FC5170 (or 0xFC5170) is known color: Wild Watermelon. HEX triplet: FC, 51 and 70. RGB value is (252,81,112). Sum of RGB (Red+Green+Blue) = 252+81+112=445 (58% of max value = 765). Red value is 252 (98.83% from 255 or 56.63% from 445); Green value is 81 (32.03% from 255 or 18.20% from 445); Blue value is 112 (44.14% from 255 or 25.17% from 445); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5170 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC5170 is #03AE8F. Grayscale: #878787. Windows color (decimal): -241296 or 7361020. OLE color: 7361020.

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

Color convert

RGB 252 81 112 -
CMYK 0 0.68 0.56 0.01
HSL 349.12º 0.97% 0.65% -
HSV(B) 349.12º 0.68% 0.99% -
XYZ 46.01 27.75 18.26 -
YUV 135.66 114.65 210.98 -
System Red Green Blue C M Y K H S L
Decimal 252 81 112 0 0.68 0.56 0.01 349.12 0.97 0.65
Hex FC 51 70 0 44 38 1 15D 61 41
Octal 374 121 160 0 104 70 1 535 141 101
Binary 11111100 1010001 1110000 0 1000100 111000 1 101011101 1100001 1000001

Color Harmonies of #FC5170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5170

Black with #FC5170

Text Example


Text Example

White with #FC5170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5170; }

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

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

background-color css

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

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

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

border-color css

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

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

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