Shades of Wild Watermelon #FD606C
Tints of Wild Watermelon #FD606C
RGB
CMYK
RGB Variations
Color information
#FD606C (or 0xFD606C) is known color: Wild Watermelon. HEX triplet: FD, 60 and 6C. RGB value is (253,96,108). Sum of RGB (Red+Green+Blue) = 253+96+108=457 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.36% from 457); Green value is 96 (37.89% from 255 or 21.01% from 457); Blue value is 108 (42.58% from 255 or 23.63% from 457); Max value from RGB is 253 - color contains mainly: red. Hex color #FD606C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD606C is #029F93. Grayscale: #909090. Windows color (decimal): -171924 or 7102717. OLE color: 7102717.
HSL color Cylindrical-coordinate representation of color #FD606C: hue angle of 355.41º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FD606C is Cyan = 0, Magento = 0.62, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 96 | 108 | - |
| CMYK | 0 | 0.62 | 0.57 | 0.01 |
| HSL | 355.41º | 0.98% | 0.68% | - |
| HSV(B) | 355.41º | 0.62% | 0.99% | - |
| XYZ | 47.4 | 30.33 | 17.54 | - |
| YUV | 144.31 | 107.51 | 205.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 96 | 108 | 0 | 0.62 | 0.57 | 0.01 | 355.41 | 0.98 | 0.68 |
| Hex | FD | 60 | 6C | 0 | 3E | 39 | 1 | 163 | 62 | 44 |
| Octal | 375 | 140 | 154 | 0 | 76 | 71 | 1 | 543 | 142 | 104 |
| Binary | 11111101 | 1100000 | 1101100 | 0 | 111110 | 111001 | 1 | 101100011 | 1100010 | 1000100 |
Color Harmonies of #FD606C
Complementary color
Monochromatic Colors of #FD606C
Black with #FD606C
Text Example
Text Example
White with #FD606C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD606C; }
p { color: rgb(253,96,108); }
H1.HeaderClassName
{
color: #FD606C;
}
.AnyTagClassName
{
color: #FD606C;
}
</style>
background-color css
<style>
a { background-color: #FD606C; }
a { background-color: rgb(253,96,108); }
div.DivClassName
{
background-color: #FD606C;
}
.BgClassName
{
background-color: #FD606C;
}
</style>
border-color css
<style>
span { border-color: #FD606C; }
span { border-color: rgb(253,96,108); }
td.TdClassName
{
border-color: #FD606C;
}
.TagClassName
{
border-color: #FD606C;
}
</style>