Shades of Wild Watermelon #FD5467
Tints of Wild Watermelon #FD5467
RGB
CMYK
RGB Variations
Color information
#FD5467 (or 0xFD5467) is known color: Wild Watermelon. HEX triplet: FD, 54 and 67. RGB value is (253,84,103). Sum of RGB (Red+Green+Blue) = 253+84+103=440 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.5% from 440); Green value is 84 (33.20% from 255 or 19.09% from 440); Blue value is 103 (40.62% from 255 or 23.41% from 440); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5467 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD5467 is #02AB98. Grayscale: #888888. Windows color (decimal): -175001 or 6771965. OLE color: 6771965.
HSL color Cylindrical-coordinate representation of color #FD5467: hue angle of 353.25º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FD5467 is Cyan = 0, Magento = 0.67, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 84 | 103 | - |
| CMYK | 0 | 0.67 | 0.59 | 0.01 |
| HSL | 353.25º | 0.98% | 0.66% | - |
| HSV(B) | 353.25º | 0.67% | 0.99% | - |
| XYZ | 46.13 | 28.2 | 15.84 | - |
| YUV | 136.7 | 108.99 | 210.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 84 | 103 | 0 | 0.67 | 0.59 | 0.01 | 353.25 | 0.98 | 0.66 |
| Hex | FD | 54 | 67 | 0 | 43 | 3B | 1 | 161 | 62 | 42 |
| Octal | 375 | 124 | 147 | 0 | 103 | 73 | 1 | 541 | 142 | 102 |
| Binary | 11111101 | 1010100 | 1100111 | 0 | 1000011 | 111011 | 1 | 101100001 | 1100010 | 1000010 |
Color Harmonies of #FD5467
Complementary color
Monochromatic Colors of #FD5467
Black with #FD5467
Text Example
Text Example
White with #FD5467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD5467; }
p { color: rgb(253,84,103); }
H1.HeaderClassName
{
color: #FD5467;
}
.AnyTagClassName
{
color: #FD5467;
}
</style>
background-color css
<style>
a { background-color: #FD5467; }
a { background-color: rgb(253,84,103); }
div.DivClassName
{
background-color: #FD5467;
}
.BgClassName
{
background-color: #FD5467;
}
</style>
border-color css
<style>
span { border-color: #FD5467; }
span { border-color: rgb(253,84,103); }
td.TdClassName
{
border-color: #FD5467;
}
.TagClassName
{
border-color: #FD5467;
}
</style>