Shades of Wild Watermelon #FF5262
Tints of Wild Watermelon #FF5262
RGB
CMYK
RGB Variations
Color information
#FF5262 (or 0xFF5262) is known color: Wild Watermelon. HEX triplet: FF, 52 and 62. RGB value is (255,82,98). Sum of RGB (Red+Green+Blue) = 255+82+98=435 (57% of max value = 765). Red value is 255 (100% from 255 or 58.62% from 435); Green value is 82 (32.42% from 255 or 18.85% from 435); Blue value is 98 (38.67% from 255 or 22.53% from 435); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5262 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5262 is #00AD9D. Grayscale: #878787. Windows color (decimal): -44446 or 6443775. OLE color: 6443775.
HSL color Cylindrical-coordinate representation of color #FF5262: hue angle of 354.45º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FF5262 is Cyan = 0, Magento = 0.68, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 82 | 98 | - |
| CMYK | 0 | 0.68 | 0.62 | 0 |
| HSL | 354.45º | 1% | 0.66% | - |
| HSV(B) | 354.45º | 0.68% | 1% | - |
| XYZ | 46.46 | 28.18 | 14.55 | - |
| YUV | 135.55 | 106.81 | 213.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 82 | 98 | 0 | 0.68 | 0.62 | 0 | 354.45 | 1 | 0.66 |
| Hex | FF | 52 | 62 | 0 | 44 | 3E | 0 | 162 | 64 | 42 |
| Octal | 377 | 122 | 142 | 0 | 104 | 76 | 0 | 542 | 144 | 102 |
| Binary | 11111111 | 1010010 | 1100010 | 0 | 1000100 | 111110 | 0 | 101100010 | 1100100 | 1000010 |
Color Harmonies of #FF5262
Complementary color
Monochromatic Colors of #FF5262
Black with #FF5262
Text Example
Text Example
White with #FF5262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5262; }
p { color: rgb(255,82,98); }
H1.HeaderClassName
{
color: #FF5262;
}
.AnyTagClassName
{
color: #FF5262;
}
</style>
background-color css
<style>
a { background-color: #FF5262; }
a { background-color: rgb(255,82,98); }
div.DivClassName
{
background-color: #FF5262;
}
.BgClassName
{
background-color: #FF5262;
}
</style>
border-color css
<style>
span { border-color: #FF5262; }
span { border-color: rgb(255,82,98); }
td.TdClassName
{
border-color: #FF5262;
}
.TagClassName
{
border-color: #FF5262;
}
</style>