#FD5E6D

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

Shades of Wild Watermelon #FD5E6D

Tints of Wild Watermelon #FD5E6D

Color information

#FD5E6D (or 0xFD5E6D) is unknown color: approx Wild Watermelon. HEX triplet: FD, 5E and 6D. RGB value is (253,94,109). Sum of RGB (Red+Green+Blue) = 253+94+109=456 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.48% from 456); Green value is 94 (37.11% from 255 or 20.61% from 456); Blue value is 109 (42.97% from 255 or 23.90% from 456); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5E6D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD5E6D is #02A192. Grayscale: #8F8F8F. Windows color (decimal): -172435 or 7167741. OLE color: 7167741.

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

Color convert

RGB25394109-
CMYK00.630.570.01
HSL354.34º97.55%68.04%-
HSV(B)354.34º62.85%99.22%-
XYZ47.2729.9917.77-
YUV143.25108.68206.28-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 55.48%
GREEN value IS 94 (37.11% from 255) = 20.61%
BLUE value IS 109 (42.97% from 255) = 23.90%
R=55.48%
G=20.61%
B=23.90%

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
Decimal2539410900.630.570.01354.3497.5568.04
HexFD5E6D03F3911626244
Octal375136155077711542142104
Binary11111101101111011011010111111111001110110001011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD5E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD5E6D; }

 p { color: rgb(253,94,109); }

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

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

 a { background-color: rgb(253,94,109); }

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

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

 span { border-color: rgb(253,94,109); }

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