Shades of Wild Watermelon #FF5A6E
Tints of Wild Watermelon #FF5A6E
RGB
CMYK
RGB Variations
Color information
#FF5A6E (or 0xFF5A6E) is known color: Wild Watermelon. HEX triplet: FF, 5A and 6E. RGB value is (255,90,110). Sum of RGB (Red+Green+Blue) = 255+90+110=455 (60% of max value = 765). Red value is 255 (100% from 255 or 56.04% from 455); Green value is 90 (35.55% from 255 or 19.78% from 455); Blue value is 110 (43.36% from 255 or 24.18% from 455); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5A6E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5A6E is #00A591. Grayscale: #8D8D8D. Windows color (decimal): -42386 or 7232255. OLE color: 7232255.
HSL color Cylindrical-coordinate representation of color #FF5A6E: hue angle of 352.73º 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 #FF5A6E is Cyan = 0, Magento = 0.65, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 90 | 110 | - |
| CMYK | 0 | 0.65 | 0.57 | 0 |
| HSL | 352.73º | 1% | 0.68% | - |
| HSV(B) | 352.73º | 0.65% | 1% | - |
| XYZ | 47.71 | 29.7 | 17.97 | - |
| YUV | 141.62 | 110.16 | 208.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 90 | 110 | 0 | 0.65 | 0.57 | 0 | 352.73 | 1 | 0.68 |
| Hex | FF | 5A | 6E | 0 | 41 | 39 | 0 | 161 | 64 | 44 |
| Octal | 377 | 132 | 156 | 0 | 101 | 71 | 0 | 541 | 144 | 104 |
| Binary | 11111111 | 1011010 | 1101110 | 0 | 1000001 | 111001 | 0 | 101100001 | 1100100 | 1000100 |
Color Harmonies of #FF5A6E
Complementary color
Monochromatic Colors of #FF5A6E
Black with #FF5A6E
Text Example
Text Example
White with #FF5A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5A6E; }
p { color: rgb(255,90,110); }
H1.HeaderClassName
{
color: #FF5A6E;
}
.AnyTagClassName
{
color: #FF5A6E;
}
</style>
background-color css
<style>
a { background-color: #FF5A6E; }
a { background-color: rgb(255,90,110); }
div.DivClassName
{
background-color: #FF5A6E;
}
.BgClassName
{
background-color: #FF5A6E;
}
</style>
border-color css
<style>
span { border-color: #FF5A6E; }
span { border-color: rgb(255,90,110); }
td.TdClassName
{
border-color: #FF5A6E;
}
.TagClassName
{
border-color: #FF5A6E;
}
</style>