#FD557A

Color #FD557A Wild Watermelon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Watermelon #FD557A

Tints of Wild Watermelon #FD557A

Color information

#FD557A (or 0xFD557A) is unknown color: approx 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

RGB25385122-
CMYK00.660.520.01
HSL346.79º97.67%66.27%-
HSV(B)346.79º66.4%99.22%-
XYZ47.2728.7821.48-
YUV139.45118.16208.99-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.52
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2538512200.660.520.01346.7997.6766.27
HexFD557A04234115b6242
Octal3751251720102641533142102
Binary111111011010101111101001000010110100110101101111000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD557A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>