Shades of Wild Watermelon #FF5A75
Tints of Wild Watermelon #FF5A75
RGB
CMYK
RGB Variations
Color information
#FF5A75 (or 0xFF5A75) is known color: Wild Watermelon. HEX triplet: FF, 5A and 75. RGB value is (255,90,117). Sum of RGB (Red+Green+Blue) = 255+90+117=462 (61% of max value = 765). Red value is 255 (100% from 255 or 55.19% from 462); Green value is 90 (35.55% from 255 or 19.48% from 462); Blue value is 117 (46.09% from 255 or 25.32% from 462); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5A75 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5A75 is #00A58A. Grayscale: #8E8E8E. Windows color (decimal): -42379 or 7691007. OLE color: 7691007.
HSL color Cylindrical-coordinate representation of color #FF5A75: hue angle of 350.18º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FF5A75 is Cyan = 0, Magento = 0.65, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 90 | 117 | - |
| CMYK | 0 | 0.65 | 0.54 | 0 |
| HSL | 350.18º | 1% | 0.68% | - |
| HSV(B) | 350.18º | 0.65% | 1% | - |
| XYZ | 48.11 | 29.86 | 20.06 | - |
| YUV | 142.41 | 113.66 | 208.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 90 | 117 | 0 | 0.65 | 0.54 | 0 | 350.18 | 1 | 0.68 |
| Hex | FF | 5A | 75 | 0 | 41 | 36 | 0 | 15E | 64 | 44 |
| Octal | 377 | 132 | 165 | 0 | 101 | 66 | 0 | 536 | 144 | 104 |
| Binary | 11111111 | 1011010 | 1110101 | 0 | 1000001 | 110110 | 0 | 101011110 | 1100100 | 1000100 |
Color Harmonies of #FF5A75
Complementary color
Monochromatic Colors of #FF5A75
Black with #FF5A75
Text Example
Text Example
White with #FF5A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5A75; }
p { color: rgb(255,90,117); }
H1.HeaderClassName
{
color: #FF5A75;
}
.AnyTagClassName
{
color: #FF5A75;
}
</style>
background-color css
<style>
a { background-color: #FF5A75; }
a { background-color: rgb(255,90,117); }
div.DivClassName
{
background-color: #FF5A75;
}
.BgClassName
{
background-color: #FF5A75;
}
</style>
border-color css
<style>
span { border-color: #FF5A75; }
span { border-color: rgb(255,90,117); }
td.TdClassName
{
border-color: #FF5A75;
}
.TagClassName
{
border-color: #FF5A75;
}
</style>