Html Css Color HEX #FC557C Wild Watermelon

📋 copy color: '#FC557C'

red 252 ◦ green 85 ◦ blue 124

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

Shades of Wild Watermelon #FC557C

Tints of Wild Watermelon #FC557C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 26.9%

R = 54.66%
G = 18.44%
B = 26.9%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FC557C (or 0xFC557C) is known color: Wild Watermelon. HEX triplet: FC, 55 and 7C. RGB value is (252,85,124). Sum of RGB (Red+Green+Blue) = 252+85+124=461 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.66% from 461); Green value is 85 (33.59% from 255 or 18.44% from 461); Blue value is 124 (48.83% from 255 or 26.90% from 461); Max value from RGB is 252 - color contains mainly: red. Hex color #FC557C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC557C is #03AA83. Grayscale: #8B8B8B. Windows color (decimal): -240260 or 8148476. OLE color: 8148476.

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

Color convert

RGB 252 85 124 -
CMYK 0 0.66 0.51 0.01
HSL 345.99º 0.97% 0.66% -
HSV(B) 345.99º 0.66% 0.99% -
XYZ 47.03 28.65 22.12 -
YUV 139.38 119.33 208.33 -
System Red Green Blue C M Y K H S L
Decimal 252 85 124 0 0.66 0.51 0.01 345.99 0.97 0.66
Hex FC 55 7C 0 42 33 1 15A 61 42
Octal 374 125 174 0 102 63 1 532 141 102
Binary 11111100 1010101 1111100 0 1000010 110011 1 101011010 1100001 1000010

Color Harmonies of #FC557C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC557C

Black with #FC557C

Text Example


Text Example

White with #FC557C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC557C; }

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

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

background-color css

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

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

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

border-color css

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

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

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