Shades of Wild Watermelon #FF6070
Tints of Wild Watermelon #FF6070
RGB
CMYK
RGB Variations
Color information
#FF6070 (or 0xFF6070) is known color: Wild Watermelon. HEX triplet: FF, 60 and 70. RGB value is (255,96,112). Sum of RGB (Red+Green+Blue) = 255+96+112=463 (61% of max value = 765). Red value is 255 (100% from 255 or 55.08% from 463); Green value is 96 (37.89% from 255 or 20.73% from 463); Blue value is 112 (44.14% from 255 or 24.19% from 463); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6070 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6070 is #009F8F. Grayscale: #919191. Windows color (decimal): -40848 or 7364863. OLE color: 7364863.
HSL color Cylindrical-coordinate representation of color #FF6070: hue angle of 353.96º 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 #FF6070 is Cyan = 0, Magento = 0.62, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 96 | 112 | - |
| CMYK | 0 | 0.62 | 0.56 | 0 |
| HSL | 353.96º | 1% | 0.69% | - |
| HSV(B) | 353.96º | 0.62% | 1% | - |
| XYZ | 48.35 | 30.8 | 18.73 | - |
| YUV | 145.37 | 109.18 | 206.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 96 | 112 | 0 | 0.62 | 0.56 | 0 | 353.96 | 1 | 0.69 |
| Hex | FF | 60 | 70 | 0 | 3E | 38 | 0 | 162 | 64 | 45 |
| Octal | 377 | 140 | 160 | 0 | 76 | 70 | 0 | 542 | 144 | 105 |
| Binary | 11111111 | 1100000 | 1110000 | 0 | 111110 | 111000 | 0 | 101100010 | 1100100 | 1000101 |
Color Harmonies of #FF6070
Complementary color
Monochromatic Colors of #FF6070
Black with #FF6070
Text Example
Text Example
White with #FF6070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6070; }
p { color: rgb(255,96,112); }
H1.HeaderClassName
{
color: #FF6070;
}
.AnyTagClassName
{
color: #FF6070;
}
</style>
background-color css
<style>
a { background-color: #FF6070; }
a { background-color: rgb(255,96,112); }
div.DivClassName
{
background-color: #FF6070;
}
.BgClassName
{
background-color: #FF6070;
}
</style>
border-color css
<style>
span { border-color: #FF6070; }
span { border-color: rgb(255,96,112); }
td.TdClassName
{
border-color: #FF6070;
}
.TagClassName
{
border-color: #FF6070;
}
</style>