Shades of Wild Watermelon #FF5462
Tints of Wild Watermelon #FF5462
RGB
CMYK
RGB Variations
Color information
#FF5462 (or 0xFF5462) is known color: Wild Watermelon. HEX triplet: FF, 54 and 62. RGB value is (255,84,98). Sum of RGB (Red+Green+Blue) = 255+84+98=437 (57% of max value = 765). Red value is 255 (100% from 255 or 58.35% from 437); Green value is 84 (33.20% from 255 or 19.22% from 437); Blue value is 98 (38.67% from 255 or 22.43% from 437); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5462 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5462 is #00AB9D. Grayscale: #888888. Windows color (decimal): -43934 or 6444287. OLE color: 6444287.
HSL color Cylindrical-coordinate representation of color #FF5462: hue angle of 355.09º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FF5462 is Cyan = 0, Magento = 0.67, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 84 | 98 | - |
| CMYK | 0 | 0.67 | 0.62 | 0 |
| HSL | 355.09º | 1% | 0.66% | - |
| HSV(B) | 355.09º | 0.67% | 1% | - |
| XYZ | 46.61 | 28.48 | 14.6 | - |
| YUV | 136.73 | 106.15 | 212.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 84 | 98 | 0 | 0.67 | 0.62 | 0 | 355.09 | 1 | 0.66 |
| Hex | FF | 54 | 62 | 0 | 43 | 3E | 0 | 163 | 64 | 42 |
| Octal | 377 | 124 | 142 | 0 | 103 | 76 | 0 | 543 | 144 | 102 |
| Binary | 11111111 | 1010100 | 1100010 | 0 | 1000011 | 111110 | 0 | 101100011 | 1100100 | 1000010 |
Color Harmonies of #FF5462
Complementary color
Monochromatic Colors of #FF5462
Black with #FF5462
Text Example
Text Example
White with #FF5462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5462; }
p { color: rgb(255,84,98); }
H1.HeaderClassName
{
color: #FF5462;
}
.AnyTagClassName
{
color: #FF5462;
}
</style>
background-color css
<style>
a { background-color: #FF5462; }
a { background-color: rgb(255,84,98); }
div.DivClassName
{
background-color: #FF5462;
}
.BgClassName
{
background-color: #FF5462;
}
</style>
border-color css
<style>
span { border-color: #FF5462; }
span { border-color: rgb(255,84,98); }
td.TdClassName
{
border-color: #FF5462;
}
.TagClassName
{
border-color: #FF5462;
}
</style>