Shades of Wild Watermelon #FF6F70
Tints of Wild Watermelon #FF6F70
RGB
CMYK
RGB Variations
Color information
#FF6F70 (or 0xFF6F70) is known color: Wild Watermelon. HEX triplet: FF, 6F and 70. RGB value is (255,111,112). Sum of RGB (Red+Green+Blue) = 255+111+112=478 (63% of max value = 765). Red value is 255 (100% from 255 or 53.35% from 478); Green value is 111 (43.75% from 255 or 23.22% from 478); Blue value is 112 (44.14% from 255 or 23.43% from 478); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6F70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6F70 is #00908F. Grayscale: #9A9A9A. Windows color (decimal): -37008 or 7368703. OLE color: 7368703.
HSL color Cylindrical-coordinate representation of color #FF6F70: hue angle of 359.58º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FF6F70 is Cyan = 0, Magento = 0.56, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 111 | 112 | - |
| CMYK | 0 | 0.56 | 0.56 | 0 |
| HSL | 359.58º | 1% | 0.72% | - |
| HSV(B) | 359.58º | 0.56% | 1% | - |
| XYZ | 49.85 | 33.8 | 19.23 | - |
| YUV | 154.17 | 104.21 | 199.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 111 | 112 | 0 | 0.56 | 0.56 | 0 | 359.58 | 1 | 0.72 |
| Hex | FF | 6F | 70 | 0 | 38 | 38 | 0 | 168 | 64 | 48 |
| Octal | 377 | 157 | 160 | 0 | 70 | 70 | 0 | 550 | 144 | 110 |
| Binary | 11111111 | 1101111 | 1110000 | 0 | 111000 | 111000 | 0 | 101101000 | 1100100 | 1001000 |
Color Harmonies of #FF6F70
Complementary color
Monochromatic Colors of #FF6F70
Black with #FF6F70
Text Example
Text Example
White with #FF6F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6F70; }
p { color: rgb(255,111,112); }
H1.HeaderClassName
{
color: #FF6F70;
}
.AnyTagClassName
{
color: #FF6F70;
}
</style>
background-color css
<style>
a { background-color: #FF6F70; }
a { background-color: rgb(255,111,112); }
div.DivClassName
{
background-color: #FF6F70;
}
.BgClassName
{
background-color: #FF6F70;
}
</style>
border-color css
<style>
span { border-color: #FF6F70; }
span { border-color: rgb(255,111,112); }
td.TdClassName
{
border-color: #FF6F70;
}
.TagClassName
{
border-color: #FF6F70;
}
</style>