Shades of Wild Watermelon #FD5D6C
Tints of Wild Watermelon #FD5D6C
RGB
CMYK
RGB Variations
Color information
#FD5D6C (or 0xFD5D6C) is known color: 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
| RGB | 253 | 93 | 108 | - |
| CMYK | 0 | 0.63 | 0.57 | 0.01 |
| HSL | 354.38º | 0.98% | 0.68% | - |
| HSV(B) | 354.38º | 0.63% | 0.99% | - |
| XYZ | 47.13 | 29.79 | 17.45 | - |
| YUV | 142.55 | 108.51 | 206.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 93 | 108 | 0 | 0.63 | 0.57 | 0.01 | 354.38 | 0.98 | 0.68 |
| Hex | FD | 5D | 6C | 0 | 3F | 39 | 1 | 162 | 62 | 44 |
| Octal | 375 | 135 | 154 | 0 | 77 | 71 | 1 | 542 | 142 | 104 |
| Binary | 11111101 | 1011101 | 1101100 | 0 | 111111 | 111001 | 1 | 101100010 | 1100010 | 1000100 |
Color Harmonies of #FD5D6C
Complementary color
Monochromatic Colors of #FD5D6C
Black with #FD5D6C
Text Example
Text Example
White with #FD5D6C
Text Example
Text Example
HTML Codes & Css Web 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>