Html Css Color HEX #FD577C Wild Watermelon

📋 copy color: '#FD577C'

red 253 ◦ green 87 ◦ blue 124

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

Shades of Wild Watermelon #FD577C

Tints of Wild Watermelon #FD577C

RGB

 RED value IS 253 (99.22% from 255) = 54.53%

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

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

R = 54.53%
G = 18.75%
B = 26.72%

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

#FD577C (or 0xFD577C) is known color: Wild Watermelon. HEX triplet: FD, 57 and 7C. RGB value is (253,87,124). Sum of RGB (Red+Green+Blue) = 253+87+124=464 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.53% from 464); Green value is 87 (34.38% from 255 or 18.75% from 464); Blue value is 124 (48.83% from 255 or 26.72% from 464); Max value from RGB is 253 - color contains mainly: red. Hex color #FD577C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD577C is #02A883. Grayscale: #8C8C8C. Windows color (decimal): -174212 or 8148989. OLE color: 8148989.

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

Color convert

RGB 253 87 124 -
CMYK 0 0.66 0.51 0.01
HSL 346.63º 0.98% 0.67% -
HSV(B) 346.63º 0.66% 0.99% -
XYZ 47.55 29.15 22.19 -
YUV 140.85 118.5 207.99 -
System Red Green Blue C M Y K H S L
Decimal 253 87 124 0 0.66 0.51 0.01 346.63 0.98 0.67
Hex FD 57 7C 0 42 33 1 15B 62 43
Octal 375 127 174 0 102 63 1 533 142 103
Binary 11111101 1010111 1111100 0 1000010 110011 1 101011011 1100010 1000011

Color Harmonies of #FD577C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD577C

Black with #FD577C

Text Example


Text Example

White with #FD577C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD577C; }

 p { color: rgb(253,87,124); }

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

background-color css

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

 a { background-color: rgb(253,87,124); }

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

border-color css

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

 span { border-color: rgb(253,87,124); }

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