Html Css Color HEX #FC577F Wild Watermelon

📋 copy color: '#FC577F'

red 252 ◦ green 87 ◦ blue 127

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

Shades of Wild Watermelon #FC577F

Tints of Wild Watermelon #FC577F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 27.25%

R = 54.08%
G = 18.67%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#FC577F (or 0xFC577F) is known color: Wild Watermelon. HEX triplet: FC, 57 and 7F. RGB value is (252,87,127). Sum of RGB (Red+Green+Blue) = 252+87+127=466 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.08% from 466); Green value is 87 (34.38% from 255 or 18.67% from 466); Blue value is 127 (50% from 255 or 27.25% from 466); Max value from RGB is 252 - color contains mainly: red. Hex color #FC577F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC577F is #03A880. Grayscale: #8C8C8C. Windows color (decimal): -239745 or 8345596. OLE color: 8345596.

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

Color convert

RGB 252 87 127 -
CMYK 0 0.65 0.50 0.01
HSL 345.45º 0.96% 0.66% -
HSV(B) 345.45º 0.65% 0.99% -
XYZ 47.38 29.04 23.19 -
YUV 140.9 120.16 207.25 -
System Red Green Blue C M Y K H S L
Decimal 252 87 127 0 0.65 0.50 0.01 345.45 0.96 0.66
Hex FC 57 7F 0 41 32 1 159 60 42
Octal 374 127 177 0 101 62 1 531 140 102
Binary 11111100 1010111 1111111 0 1000001 110010 1 101011001 1100000 1000010

Color Harmonies of #FC577F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC577F

Black with #FC577F

Text Example


Text Example

White with #FC577F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC577F; }

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

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

background-color css

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

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

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

border-color css

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

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

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