Shades of Wild Watermelon #FD4C68
Tints of Wild Watermelon #FD4C68
RGB
CMYK
RGB Variations
Color information
#FD4C68 (or 0xFD4C68) is known color: Wild Watermelon. HEX triplet: FD, 4C and 68. RGB value is (253,76,104). Sum of RGB (Red+Green+Blue) = 253+76+104=433 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.43% from 433); Green value is 76 (30.08% from 255 or 17.55% from 433); Blue value is 104 (41.02% from 255 or 24.02% from 433); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4C68 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD4C68 is #02B397. Grayscale: #848484. Windows color (decimal): -177048 or 6835453. OLE color: 6835453.
HSL color Cylindrical-coordinate representation of color #FD4C68: hue angle of 350.51º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FD4C68 is Cyan = 0, Magento = 0.70, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 76 | 104 | - |
| CMYK | 0 | 0.70 | 0.59 | 0.01 |
| HSL | 350.51º | 0.98% | 0.65% | - |
| HSV(B) | 350.51º | 0.7% | 0.99% | - |
| XYZ | 45.59 | 27.05 | 15.92 | - |
| YUV | 132.12 | 112.14 | 214.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 76 | 104 | 0 | 0.70 | 0.59 | 0.01 | 350.51 | 0.98 | 0.65 |
| Hex | FD | 4C | 68 | 0 | 46 | 3B | 1 | 15F | 62 | 41 |
| Octal | 375 | 114 | 150 | 0 | 106 | 73 | 1 | 537 | 142 | 101 |
| Binary | 11111101 | 1001100 | 1101000 | 0 | 1000110 | 111011 | 1 | 101011111 | 1100010 | 1000001 |
Color Harmonies of #FD4C68
Complementary color
Monochromatic Colors of #FD4C68
Black with #FD4C68
Text Example
Text Example
White with #FD4C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD4C68; }
p { color: rgb(253,76,104); }
H1.HeaderClassName
{
color: #FD4C68;
}
.AnyTagClassName
{
color: #FD4C68;
}
</style>
background-color css
<style>
a { background-color: #FD4C68; }
a { background-color: rgb(253,76,104); }
div.DivClassName
{
background-color: #FD4C68;
}
.BgClassName
{
background-color: #FD4C68;
}
</style>
border-color css
<style>
span { border-color: #FD4C68; }
span { border-color: rgb(253,76,104); }
td.TdClassName
{
border-color: #FD4C68;
}
.TagClassName
{
border-color: #FD4C68;
}
</style>