Html Css Color HEX #FD557C Wild Watermelon

📋 copy color: '#FD557C'

red 253 ◦ green 85 ◦ blue 124

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

Shades of Wild Watermelon #FD557C

Tints of Wild Watermelon #FD557C

RGB

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

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

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

R = 54.76%
G = 18.4%
B = 26.84%

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

#FD557C (or 0xFD557C) is known color: Wild Watermelon. HEX triplet: FD, 55 and 7C. RGB value is (253,85,124). Sum of RGB (Red+Green+Blue) = 253+85+124=462 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.76% from 462); Green value is 85 (33.59% from 255 or 18.40% from 462); Blue value is 124 (48.83% from 255 or 26.84% from 462); Max value from RGB is 253 - color contains mainly: red. Hex color #FD557C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD557C is #02AA83. Grayscale: #8B8B8B. Windows color (decimal): -174724 or 8148477. OLE color: 8148477.

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

Color convert

RGB 253 85 124 -
CMYK 0 0.66 0.51 0.01
HSL 346.07º 0.98% 0.66% -
HSV(B) 346.07º 0.66% 0.99% -
XYZ 47.39 28.83 22.14 -
YUV 139.68 119.16 208.83 -
System Red Green Blue C M Y K H S L
Decimal 253 85 124 0 0.66 0.51 0.01 346.07 0.98 0.66
Hex FD 55 7C 0 42 33 1 15A 62 42
Octal 375 125 174 0 102 63 1 532 142 102
Binary 11111101 1010101 1111100 0 1000010 110011 1 101011010 1100010 1000010

Color Harmonies of #FD557C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD557C

Black with #FD557C

Text Example


Text Example

White with #FD557C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD557C; }

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

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

background-color css

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

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

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

border-color css

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

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

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