Shades of Wild Watermelon #FF6A75
Tints of Wild Watermelon #FF6A75
RGB
CMYK
RGB Variations
Color information
#FF6A75 (or 0xFF6A75) is known color: Wild Watermelon. HEX triplet: FF, 6A and 75. RGB value is (255,106,117). Sum of RGB (Red+Green+Blue) = 255+106+117=478 (63% of max value = 765). Red value is 255 (100% from 255 or 53.35% from 478); Green value is 106 (41.80% from 255 or 22.18% from 478); Blue value is 117 (46.09% from 255 or 24.48% from 478); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6A75 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6A75 is #00958A. Grayscale: #979797. Windows color (decimal): -38283 or 7695103. OLE color: 7695103.
HSL color Cylindrical-coordinate representation of color #FF6A75: hue angle of 355.57º 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 #FF6A75 is Cyan = 0, Magento = 0.58, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 106 | 117 | - |
| CMYK | 0 | 0.58 | 0.54 | 0 |
| HSL | 355.57º | 1% | 0.71% | - |
| HSV(B) | 355.57º | 0.58% | 1% | - |
| XYZ | 49.6 | 32.85 | 20.56 | - |
| YUV | 151.81 | 108.36 | 201.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 106 | 117 | 0 | 0.58 | 0.54 | 0 | 355.57 | 1 | 0.71 |
| Hex | FF | 6A | 75 | 0 | 3A | 36 | 0 | 164 | 64 | 47 |
| Octal | 377 | 152 | 165 | 0 | 72 | 66 | 0 | 544 | 144 | 107 |
| Binary | 11111111 | 1101010 | 1110101 | 0 | 111010 | 110110 | 0 | 101100100 | 1100100 | 1000111 |
Color Harmonies of #FF6A75
Complementary color
Monochromatic Colors of #FF6A75
Black with #FF6A75
Text Example
Text Example
White with #FF6A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6A75; }
p { color: rgb(255,106,117); }
H1.HeaderClassName
{
color: #FF6A75;
}
.AnyTagClassName
{
color: #FF6A75;
}
</style>
background-color css
<style>
a { background-color: #FF6A75; }
a { background-color: rgb(255,106,117); }
div.DivClassName
{
background-color: #FF6A75;
}
.BgClassName
{
background-color: #FF6A75;
}
</style>
border-color css
<style>
span { border-color: #FF6A75; }
span { border-color: rgb(255,106,117); }
td.TdClassName
{
border-color: #FF6A75;
}
.TagClassName
{
border-color: #FF6A75;
}
</style>