#FD5D6C

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

Shades of Wild Watermelon #FD5D6C

Tints of Wild Watermelon #FD5D6C

Color information

#FD5D6C (or 0xFD5D6C) is unknown color: approx Wild Watermelon. HEX triplet: FD, 5D and 6C. RGB value is (253,93,108). Sum of RGB (Red+Green+Blue) = 253+93+108=454 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.73% from 454); Green value is 93 (36.72% from 255 or 20.48% from 454); Blue value is 108 (42.58% from 255 or 23.79% from 454); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5D6C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD5D6C is #02A293. Grayscale: #8E8E8E. Windows color (decimal): -172692 or 7101949. OLE color: 7101949.

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

Color convert

RGB25393108-
CMYK00.630.570.01
HSL354.38º97.56%67.84%-
HSV(B)354.38º63.24%99.22%-
XYZ47.1329.7917.45-
YUV142.55108.51206.78-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 55.73%
GREEN value IS 93 (36.72% from 255) = 20.48%
BLUE value IS 108 (42.58% from 255) = 23.79%
R=55.73%
G=20.48%
B=23.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.57
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2539310800.630.570.01354.3897.5667.84
HexFD5D6C03F3911626244
Octal375135154077711542142104
Binary11111101101110111011000111111111001110110001011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD5D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD5D6C; }

 p { color: rgb(253,93,108); }

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

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

 a { background-color: rgb(253,93,108); }

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

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

 span { border-color: rgb(253,93,108); }

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