Shades of Wild Watermelon #FD5172
Tints of Wild Watermelon #FD5172
RGB
CMYK
RGB Variations
Color information
#FD5172 (or 0xFD5172) is known color: Wild Watermelon. HEX triplet: FD, 51 and 72. RGB value is (253,81,114). Sum of RGB (Red+Green+Blue) = 253+81+114=448 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.47% from 448); Green value is 81 (32.03% from 255 or 18.08% from 448); Blue value is 114 (44.92% from 255 or 25.45% from 448); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5172 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD5172 is #02AE8D. Grayscale: #888888. Windows color (decimal): -175758 or 7492093. OLE color: 7492093.
HSL color Cylindrical-coordinate representation of color #FD5172: hue angle of 348.49º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FD5172 is Cyan = 0, Magento = 0.68, Yellow = 0.55 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 81 | 114 | - |
| CMYK | 0 | 0.68 | 0.55 | 0.01 |
| HSL | 348.49º | 0.98% | 0.65% | - |
| HSV(B) | 348.49º | 0.68% | 0.99% | - |
| XYZ | 46.49 | 27.98 | 18.87 | - |
| YUV | 136.19 | 115.48 | 211.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 81 | 114 | 0 | 0.68 | 0.55 | 0.01 | 348.49 | 0.98 | 0.65 |
| Hex | FD | 51 | 72 | 0 | 44 | 37 | 1 | 15C | 62 | 41 |
| Octal | 375 | 121 | 162 | 0 | 104 | 67 | 1 | 534 | 142 | 101 |
| Binary | 11111101 | 1010001 | 1110010 | 0 | 1000100 | 110111 | 1 | 101011100 | 1100010 | 1000001 |
Color Harmonies of #FD5172
Complementary color
Monochromatic Colors of #FD5172
Black with #FD5172
Text Example
Text Example
White with #FD5172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD5172; }
p { color: rgb(253,81,114); }
H1.HeaderClassName
{
color: #FD5172;
}
.AnyTagClassName
{
color: #FD5172;
}
</style>
background-color css
<style>
a { background-color: #FD5172; }
a { background-color: rgb(253,81,114); }
div.DivClassName
{
background-color: #FD5172;
}
.BgClassName
{
background-color: #FD5172;
}
</style>
border-color css
<style>
span { border-color: #FD5172; }
span { border-color: rgb(253,81,114); }
td.TdClassName
{
border-color: #FD5172;
}
.TagClassName
{
border-color: #FD5172;
}
</style>