Shades of Wild Watermelon #FF6A71
Tints of Wild Watermelon #FF6A71
RGB
CMYK
RGB Variations
Color information
#FF6A71 (or 0xFF6A71) is known color: Wild Watermelon. HEX triplet: FF, 6A and 71. RGB value is (255,106,113). Sum of RGB (Red+Green+Blue) = 255+106+113=474 (62% of max value = 765). Red value is 255 (100% from 255 or 53.80% from 474); Green value is 106 (41.80% from 255 or 22.36% from 474); Blue value is 113 (44.53% from 255 or 23.84% from 474); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6A71 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6A71 is #00958E. Grayscale: #979797. Windows color (decimal): -38287 or 7432959. OLE color: 7432959.
HSL color Cylindrical-coordinate representation of color #FF6A71: hue angle of 357.18º 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 #FF6A71 is Cyan = 0, Magento = 0.58, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 106 | 113 | - |
| CMYK | 0 | 0.58 | 0.56 | 0 |
| HSL | 357.18º | 1% | 0.71% | - |
| HSV(B) | 357.18º | 0.58% | 1% | - |
| XYZ | 49.37 | 32.76 | 19.34 | - |
| YUV | 151.35 | 106.36 | 201.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 106 | 113 | 0 | 0.58 | 0.56 | 0 | 357.18 | 1 | 0.71 |
| Hex | FF | 6A | 71 | 0 | 3A | 38 | 0 | 165 | 64 | 47 |
| Octal | 377 | 152 | 161 | 0 | 72 | 70 | 0 | 545 | 144 | 107 |
| Binary | 11111111 | 1101010 | 1110001 | 0 | 111010 | 111000 | 0 | 101100101 | 1100100 | 1000111 |
Color Harmonies of #FF6A71
Complementary color
Monochromatic Colors of #FF6A71
Black with #FF6A71
Text Example
Text Example
White with #FF6A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6A71; }
p { color: rgb(255,106,113); }
H1.HeaderClassName
{
color: #FF6A71;
}
.AnyTagClassName
{
color: #FF6A71;
}
</style>
background-color css
<style>
a { background-color: #FF6A71; }
a { background-color: rgb(255,106,113); }
div.DivClassName
{
background-color: #FF6A71;
}
.BgClassName
{
background-color: #FF6A71;
}
</style>
border-color css
<style>
span { border-color: #FF6A71; }
span { border-color: rgb(255,106,113); }
td.TdClassName
{
border-color: #FF6A71;
}
.TagClassName
{
border-color: #FF6A71;
}
</style>