Html Css Color HEX #FD557A Wild Watermelon

📋 copy color: '#FD557A'

red 253 ◦ green 85 ◦ blue 122

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

Shades of Wild Watermelon #FD557A

Tints of Wild Watermelon #FD557A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 26.52%

R = 55%
G = 18.48%
B = 26.52%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#FD557A (or 0xFD557A) is known color: Wild Watermelon. HEX triplet: FD, 55 and 7A. RGB value is (253,85,122). Sum of RGB (Red+Green+Blue) = 253+85+122=460 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55% from 460); Green value is 85 (33.59% from 255 or 18.48% from 460); Blue value is 122 (48.05% from 255 or 26.52% from 460); Max value from RGB is 253 - color contains mainly: red. Hex color #FD557A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD557A is #02AA85. Grayscale: #8B8B8B. Windows color (decimal): -174726 or 8017405. OLE color: 8017405.

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

Color convert

RGB 253 85 122 -
CMYK 0 0.66 0.52 0.01
HSL 346.79º 0.98% 0.66% -
HSV(B) 346.79º 0.66% 0.99% -
XYZ 47.27 28.78 21.48 -
YUV 139.45 118.16 208.99 -
System Red Green Blue C M Y K H S L
Decimal 253 85 122 0 0.66 0.52 0.01 346.79 0.98 0.66
Hex FD 55 7A 0 42 34 1 15B 62 42
Octal 375 125 172 0 102 64 1 533 142 102
Binary 11111101 1010101 1111010 0 1000010 110100 1 101011011 1100010 1000010

Color Harmonies of #FD557A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD557A

Black with #FD557A

Text Example


Text Example

White with #FD557A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD557A; }

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

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

background-color css

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

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

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

border-color css

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

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

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