Shades of Wild Watermelon #FD515D
Tints of Wild Watermelon #FD515D
RGB
CMYK
RGB Variations
Color information
#FD515D (or 0xFD515D) is known color: Wild Watermelon. HEX triplet: FD, 51 and 5D. RGB value is (253,81,93). Sum of RGB (Red+Green+Blue) = 253+81+93=427 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.25% from 427); Green value is 81 (32.03% from 255 or 18.97% from 427); Blue value is 93 (36.72% from 255 or 21.78% from 427); Max value from RGB is 253 - color contains mainly: red. Hex color #FD515D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD515D is #02AEA2. Grayscale: #858585. Windows color (decimal): -175779 or 6115837. OLE color: 6115837.
HSL color Cylindrical-coordinate representation of color #FD515D: hue angle of 355.81º 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 #FD515D is Cyan = 0, Magento = 0.68, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 81 | 93 | - |
| CMYK | 0 | 0.68 | 0.63 | 0.01 |
| HSL | 355.81º | 0.98% | 0.65% | - |
| HSV(B) | 355.81º | 0.68% | 0.99% | - |
| XYZ | 45.43 | 27.56 | 13.28 | - |
| YUV | 133.8 | 104.98 | 213.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 81 | 93 | 0 | 0.68 | 0.63 | 0.01 | 355.81 | 0.98 | 0.65 |
| Hex | FD | 51 | 5D | 0 | 44 | 3F | 1 | 164 | 62 | 41 |
| Octal | 375 | 121 | 135 | 0 | 104 | 77 | 1 | 544 | 142 | 101 |
| Binary | 11111101 | 1010001 | 1011101 | 0 | 1000100 | 111111 | 1 | 101100100 | 1100010 | 1000001 |
Color Harmonies of #FD515D
Complementary color
Monochromatic Colors of #FD515D
Black with #FD515D
Text Example
Text Example
White with #FD515D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD515D; }
p { color: rgb(253,81,93); }
H1.HeaderClassName
{
color: #FD515D;
}
.AnyTagClassName
{
color: #FD515D;
}
</style>
background-color css
<style>
a { background-color: #FD515D; }
a { background-color: rgb(253,81,93); }
div.DivClassName
{
background-color: #FD515D;
}
.BgClassName
{
background-color: #FD515D;
}
</style>
border-color css
<style>
span { border-color: #FD515D; }
span { border-color: rgb(253,81,93); }
td.TdClassName
{
border-color: #FD515D;
}
.TagClassName
{
border-color: #FD515D;
}
</style>