Html Css Color HEX #FC577D Wild Watermelon

📋 copy color: '#FC577D'

red 252 ◦ green 87 ◦ blue 125

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

Shades of Wild Watermelon #FC577D

Tints of Wild Watermelon #FC577D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 26.94%

R = 54.31%
G = 18.75%
B = 26.94%

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

#FC577D (or 0xFC577D) is known color: Wild Watermelon. HEX triplet: FC, 57 and 7D. RGB value is (252,87,125). Sum of RGB (Red+Green+Blue) = 252+87+125=464 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.31% from 464); Green value is 87 (34.38% from 255 or 18.75% from 464); Blue value is 125 (49.22% from 255 or 26.94% from 464); Max value from RGB is 252 - color contains mainly: red. Hex color #FC577D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC577D is #03A882. Grayscale: #8C8C8C. Windows color (decimal): -239747 or 8214524. OLE color: 8214524.

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

Color convert

RGB 252 87 125 -
CMYK 0 0.65 0.50 0.01
HSL 346.18º 0.96% 0.66% -
HSV(B) 346.18º 0.65% 0.99% -
XYZ 47.25 28.99 22.51 -
YUV 140.67 119.16 207.41 -
System Red Green Blue C M Y K H S L
Decimal 252 87 125 0 0.65 0.50 0.01 346.18 0.96 0.66
Hex FC 57 7D 0 41 32 1 15A 60 42
Octal 374 127 175 0 101 62 1 532 140 102
Binary 11111100 1010111 1111101 0 1000001 110010 1 101011010 1100000 1000010

Color Harmonies of #FC577D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC577D

Black with #FC577D

Text Example


Text Example

White with #FC577D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC577D; }

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

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

background-color css

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

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

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

border-color css

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

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

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