Shades of Wild Watermelon #FF6870
Tints of Wild Watermelon #FF6870
RGB
CMYK
RGB Variations
Color information
#FF6870 (or 0xFF6870) is known color: Wild Watermelon. HEX triplet: FF, 68 and 70. RGB value is (255,104,112). Sum of RGB (Red+Green+Blue) = 255+104+112=471 (62% of max value = 765). Red value is 255 (100% from 255 or 54.14% from 471); Green value is 104 (41.02% from 255 or 22.08% from 471); Blue value is 112 (44.14% from 255 or 23.78% from 471); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6870 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6870 is #00978F. Grayscale: #969696. Windows color (decimal): -38800 or 7366911. OLE color: 7366911.
HSL color Cylindrical-coordinate representation of color #FF6870: hue angle of 356.82º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FF6870 is Cyan = 0, Magento = 0.59, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 104 | 112 | - |
| CMYK | 0 | 0.59 | 0.56 | 0 |
| HSL | 356.82º | 1% | 0.7% | - |
| HSV(B) | 356.82º | 0.59% | 1% | - |
| XYZ | 49.11 | 32.33 | 18.98 | - |
| YUV | 150.06 | 106.53 | 202.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 104 | 112 | 0 | 0.59 | 0.56 | 0 | 356.82 | 1 | 0.7 |
| Hex | FF | 68 | 70 | 0 | 3B | 38 | 0 | 165 | 64 | 46 |
| Octal | 377 | 150 | 160 | 0 | 73 | 70 | 0 | 545 | 144 | 106 |
| Binary | 11111111 | 1101000 | 1110000 | 0 | 111011 | 111000 | 0 | 101100101 | 1100100 | 1000110 |
Color Harmonies of #FF6870
Complementary color
Monochromatic Colors of #FF6870
Black with #FF6870
Text Example
Text Example
White with #FF6870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6870; }
p { color: rgb(255,104,112); }
H1.HeaderClassName
{
color: #FF6870;
}
.AnyTagClassName
{
color: #FF6870;
}
</style>
background-color css
<style>
a { background-color: #FF6870; }
a { background-color: rgb(255,104,112); }
div.DivClassName
{
background-color: #FF6870;
}
.BgClassName
{
background-color: #FF6870;
}
</style>
border-color css
<style>
span { border-color: #FF6870; }
span { border-color: rgb(255,104,112); }
td.TdClassName
{
border-color: #FF6870;
}
.TagClassName
{
border-color: #FF6870;
}
</style>