Shades of Wild Watermelon #FD5281
Tints of Wild Watermelon #FD5281
RGB
CMYK
RGB Variations
Color information
#FD5281 (or 0xFD5281) is known color: Wild Watermelon. HEX triplet: FD, 52 and 81. RGB value is (253,82,129). Sum of RGB (Red+Green+Blue) = 253+82+129=464 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.53% from 464); Green value is 82 (32.42% from 255 or 17.67% from 464); Blue value is 129 (50.78% from 255 or 27.80% from 464); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5281 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD5281 is #02AD7E. Grayscale: #8A8A8A. Windows color (decimal): -175487 or 8475389. OLE color: 8475389.
HSL color Cylindrical-coordinate representation of color #FD5281: hue angle of 343.51º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FD5281 is Cyan = 0, Magento = 0.68, Yellow = 0.49 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 82 | 129 | - |
| CMYK | 0 | 0.68 | 0.49 | 0.01 |
| HSL | 343.51º | 0.98% | 0.66% | - |
| HSV(B) | 343.51º | 0.68% | 0.99% | - |
| XYZ | 47.49 | 28.5 | 23.77 | - |
| YUV | 138.49 | 122.65 | 209.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 82 | 129 | 0 | 0.68 | 0.49 | 0.01 | 343.51 | 0.98 | 0.66 |
| Hex | FD | 52 | 81 | 0 | 44 | 31 | 1 | 158 | 62 | 42 |
| Octal | 375 | 122 | 201 | 0 | 104 | 61 | 1 | 530 | 142 | 102 |
| Binary | 11111101 | 1010010 | 10000001 | 0 | 1000100 | 110001 | 1 | 101011000 | 1100010 | 1000010 |
Color Harmonies of #FD5281
Complementary color
Monochromatic Colors of #FD5281
Black with #FD5281
Text Example
Text Example
White with #FD5281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD5281; }
p { color: rgb(253,82,129); }
H1.HeaderClassName
{
color: #FD5281;
}
.AnyTagClassName
{
color: #FD5281;
}
</style>
background-color css
<style>
a { background-color: #FD5281; }
a { background-color: rgb(253,82,129); }
div.DivClassName
{
background-color: #FD5281;
}
.BgClassName
{
background-color: #FD5281;
}
</style>
border-color css
<style>
span { border-color: #FD5281; }
span { border-color: rgb(253,82,129); }
td.TdClassName
{
border-color: #FD5281;
}
.TagClassName
{
border-color: #FD5281;
}
</style>