Shades of Wild Watermelon #FF6062
Tints of Wild Watermelon #FF6062
RGB
CMYK
RGB Variations
Color information
#FF6062 (or 0xFF6062) is known color: Wild Watermelon. HEX triplet: FF, 60 and 62. RGB value is (255,96,98). Sum of RGB (Red+Green+Blue) = 255+96+98=449 (59% of max value = 765). Red value is 255 (100% from 255 or 56.79% from 449); Green value is 96 (37.89% from 255 or 21.38% from 449); Blue value is 98 (38.67% from 255 or 21.83% from 449); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6062 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6062 is #009F9D. Grayscale: #8F8F8F. Windows color (decimal): -40862 or 6447359. OLE color: 6447359.
HSL color Cylindrical-coordinate representation of color #FF6062: hue angle of 359.25º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FF6062 is Cyan = 0, Magento = 0.62, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 96 | 98 | - |
| CMYK | 0 | 0.62 | 0.62 | 0 |
| HSL | 359.25º | 1% | 0.69% | - |
| HSV(B) | 359.25º | 0.62% | 1% | - |
| XYZ | 47.63 | 30.51 | 14.93 | - |
| YUV | 143.77 | 102.18 | 207.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 96 | 98 | 0 | 0.62 | 0.62 | 0 | 359.25 | 1 | 0.69 |
| Hex | FF | 60 | 62 | 0 | 3E | 3E | 0 | 167 | 64 | 45 |
| Octal | 377 | 140 | 142 | 0 | 76 | 76 | 0 | 547 | 144 | 105 |
| Binary | 11111111 | 1100000 | 1100010 | 0 | 111110 | 111110 | 0 | 101100111 | 1100100 | 1000101 |
Color Harmonies of #FF6062
Complementary color
Monochromatic Colors of #FF6062
Black with #FF6062
Text Example
Text Example
White with #FF6062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6062; }
p { color: rgb(255,96,98); }
H1.HeaderClassName
{
color: #FF6062;
}
.AnyTagClassName
{
color: #FF6062;
}
</style>
background-color css
<style>
a { background-color: #FF6062; }
a { background-color: rgb(255,96,98); }
div.DivClassName
{
background-color: #FF6062;
}
.BgClassName
{
background-color: #FF6062;
}
</style>
border-color css
<style>
span { border-color: #FF6062; }
span { border-color: rgb(255,96,98); }
td.TdClassName
{
border-color: #FF6062;
}
.TagClassName
{
border-color: #FF6062;
}
</style>