#FD5279

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

Shades of Wild Watermelon #FD5279

Tints of Wild Watermelon #FD5279

Color information

#FD5279 (or 0xFD5279) is unknown color: approx Wild Watermelon. HEX triplet: FD, 52 and 79. RGB value is (253,82,121). Sum of RGB (Red+Green+Blue) = 253+82+121=456 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.48% from 456); Green value is 82 (32.42% from 255 or 17.98% from 456); Blue value is 121 (47.66% from 255 or 26.54% from 456); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5279 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD5279 is #02AD86. Grayscale: #898989. Windows color (decimal): -175495 or 7951101. OLE color: 7951101.

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

Color convert

RGB25382121-
CMYK00.680.520.01
HSL346.32º97.71%65.69%-
HSV(B)346.32º67.59%99.22%-
XYZ46.9828.321.08-
YUV137.57118.65210.33-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 55.48%
GREEN value IS 82 (32.42% from 255) = 17.98%
BLUE value IS 121 (47.66% from 255) = 26.54%
R=55.48%
G=17.98%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.52
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2538212100.680.520.01346.3297.7165.69
HexFD527904434115a6242
Octal3751221710104641532142102
Binary111111011010010111100101000100110100110101101011000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD5279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD5279; }

 p { color: rgb(253,82,121); }

 H1.HeaderClassName
 {
   color: #FD5279;
 }
 .AnyTagClassName
 {
   color: #FD5279;
 }
</style>
background-color css

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

 a { background-color: rgb(253,82,121); }

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

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

 span { border-color: rgb(253,82,121); }

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