Html Css Color HEX #FC556C Wild Watermelon

📋 copy color: '#FC556C'

red 252 ◦ green 85 ◦ blue 108

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

Shades of Wild Watermelon #FC556C

Tints of Wild Watermelon #FC556C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.1%

 BLUE value IS 108 (42.58% from 255) = 24.27%

R = 56.63%
G = 19.1%
B = 24.27%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.57

 K value IS 0.01

RGB Variations

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

Color information

#FC556C (or 0xFC556C) is known color: Wild Watermelon. HEX triplet: FC, 55 and 6C. RGB value is (252,85,108). Sum of RGB (Red+Green+Blue) = 252+85+108=445 (58% of max value = 765). Red value is 252 (98.83% from 255 or 56.63% from 445); Green value is 85 (33.59% from 255 or 19.10% from 445); Blue value is 108 (42.58% from 255 or 24.27% from 445); Max value from RGB is 252 - color contains mainly: red. Hex color #FC556C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC556C is #03AA93. Grayscale: #898989. Windows color (decimal): -240276 or 7099900. OLE color: 7099900.

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

Color convert

RGB 252 85 108 -
CMYK 0 0.66 0.57 0.01
HSL 351.74º 0.97% 0.66% -
HSV(B) 351.74º 0.66% 0.99% -
XYZ 46.1 28.28 17.22 -
YUV 137.56 111.33 209.63 -
System Red Green Blue C M Y K H S L
Decimal 252 85 108 0 0.66 0.57 0.01 351.74 0.97 0.66
Hex FC 55 6C 0 42 39 1 160 61 42
Octal 374 125 154 0 102 71 1 540 141 102
Binary 11111100 1010101 1101100 0 1000010 111001 1 101100000 1100001 1000010

Color Harmonies of #FC556C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC556C

Black with #FC556C

Text Example


Text Example

White with #FC556C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC556C; }

 p { color: rgb(252,85,108); }

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

background-color css

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

 a { background-color: rgb(252,85,108); }

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

border-color css

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

 span { border-color: rgb(252,85,108); }

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