Shades of Wild Watermelon #FF6072
Tints of Wild Watermelon #FF6072
RGB
CMYK
RGB Variations
Color information
#FF6072 (or 0xFF6072) is known color: Wild Watermelon. HEX triplet: FF, 60 and 72. RGB value is (255,96,114). Sum of RGB (Red+Green+Blue) = 255+96+114=465 (61% of max value = 765). Red value is 255 (100% from 255 or 54.84% from 465); Green value is 96 (37.89% from 255 or 20.65% from 465); Blue value is 114 (44.92% from 255 or 24.52% from 465); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6072 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6072 is #009F8D. Grayscale: #919191. Windows color (decimal): -40846 or 7495935. OLE color: 7495935.
HSL color Cylindrical-coordinate representation of color #FF6072: hue angle of 353.21º 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 #FF6072 is Cyan = 0, Magento = 0.62, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 96 | 114 | - |
| CMYK | 0 | 0.62 | 0.55 | 0 |
| HSL | 353.21º | 1% | 0.69% | - |
| HSV(B) | 353.21º | 0.62% | 1% | - |
| XYZ | 48.46 | 30.84 | 19.32 | - |
| YUV | 145.59 | 110.18 | 206.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 96 | 114 | 0 | 0.62 | 0.55 | 0 | 353.21 | 1 | 0.69 |
| Hex | FF | 60 | 72 | 0 | 3E | 37 | 0 | 161 | 64 | 45 |
| Octal | 377 | 140 | 162 | 0 | 76 | 67 | 0 | 541 | 144 | 105 |
| Binary | 11111111 | 1100000 | 1110010 | 0 | 111110 | 110111 | 0 | 101100001 | 1100100 | 1000101 |
Color Harmonies of #FF6072
Complementary color
Monochromatic Colors of #FF6072
Black with #FF6072
Text Example
Text Example
White with #FF6072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6072; }
p { color: rgb(255,96,114); }
H1.HeaderClassName
{
color: #FF6072;
}
.AnyTagClassName
{
color: #FF6072;
}
</style>
background-color css
<style>
a { background-color: #FF6072; }
a { background-color: rgb(255,96,114); }
div.DivClassName
{
background-color: #FF6072;
}
.BgClassName
{
background-color: #FF6072;
}
</style>
border-color css
<style>
span { border-color: #FF6072; }
span { border-color: rgb(255,96,114); }
td.TdClassName
{
border-color: #FF6072;
}
.TagClassName
{
border-color: #FF6072;
}
</style>