Shades of Wild Watermelon #FF6B70
Tints of Wild Watermelon #FF6B70
RGB
CMYK
RGB Variations
Color information
#FF6B70 (or 0xFF6B70) is known color: Wild Watermelon. HEX triplet: FF, 6B and 70. RGB value is (255,107,112). Sum of RGB (Red+Green+Blue) = 255+107+112=474 (62% of max value = 765). Red value is 255 (100% from 255 or 53.80% from 474); Green value is 107 (42.19% from 255 or 22.57% from 474); Blue value is 112 (44.14% from 255 or 23.63% from 474); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6B70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6B70 is #00948F. Grayscale: #979797. Windows color (decimal): -38032 or 7367679. OLE color: 7367679.
HSL color Cylindrical-coordinate representation of color #FF6B70: hue angle of 357.97º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FF6B70 is Cyan = 0, Magento = 0.58, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 107 | 112 | - |
| CMYK | 0 | 0.58 | 0.56 | 0 |
| HSL | 357.97º | 1% | 0.71% | - |
| HSV(B) | 357.97º | 0.58% | 1% | - |
| XYZ | 49.42 | 32.95 | 19.08 | - |
| YUV | 151.82 | 105.53 | 201.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 107 | 112 | 0 | 0.58 | 0.56 | 0 | 357.97 | 1 | 0.71 |
| Hex | FF | 6B | 70 | 0 | 3A | 38 | 0 | 166 | 64 | 47 |
| Octal | 377 | 153 | 160 | 0 | 72 | 70 | 0 | 546 | 144 | 107 |
| Binary | 11111111 | 1101011 | 1110000 | 0 | 111010 | 111000 | 0 | 101100110 | 1100100 | 1000111 |
Color Harmonies of #FF6B70
Complementary color
Monochromatic Colors of #FF6B70
Black with #FF6B70
Text Example
Text Example
White with #FF6B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6B70; }
p { color: rgb(255,107,112); }
H1.HeaderClassName
{
color: #FF6B70;
}
.AnyTagClassName
{
color: #FF6B70;
}
</style>
background-color css
<style>
a { background-color: #FF6B70; }
a { background-color: rgb(255,107,112); }
div.DivClassName
{
background-color: #FF6B70;
}
.BgClassName
{
background-color: #FF6B70;
}
</style>
border-color css
<style>
span { border-color: #FF6B70; }
span { border-color: rgb(255,107,112); }
td.TdClassName
{
border-color: #FF6B70;
}
.TagClassName
{
border-color: #FF6B70;
}
</style>