Shades of Wild Watermelon #FF5A6D
Tints of Wild Watermelon #FF5A6D
RGB
CMYK
RGB Variations
Color information
#FF5A6D (or 0xFF5A6D) is known color: Wild Watermelon. HEX triplet: FF, 5A and 6D. RGB value is (255,90,109). Sum of RGB (Red+Green+Blue) = 255+90+109=454 (60% of max value = 765). Red value is 255 (100% from 255 or 56.17% from 454); Green value is 90 (35.55% from 255 or 19.82% from 454); Blue value is 109 (42.97% from 255 or 24.01% from 454); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5A6D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5A6D is #00A592. Grayscale: #8D8D8D. Windows color (decimal): -42387 or 7166719. OLE color: 7166719.
HSL color Cylindrical-coordinate representation of color #FF5A6D: hue angle of 353.09º 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 #FF5A6D is Cyan = 0, Magento = 0.65, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 90 | 109 | - |
| CMYK | 0 | 0.65 | 0.57 | 0 |
| HSL | 353.09º | 1% | 0.68% | - |
| HSV(B) | 353.09º | 0.65% | 1% | - |
| XYZ | 47.66 | 29.68 | 17.68 | - |
| YUV | 141.5 | 109.66 | 208.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 90 | 109 | 0 | 0.65 | 0.57 | 0 | 353.09 | 1 | 0.68 |
| Hex | FF | 5A | 6D | 0 | 41 | 39 | 0 | 161 | 64 | 44 |
| Octal | 377 | 132 | 155 | 0 | 101 | 71 | 0 | 541 | 144 | 104 |
| Binary | 11111111 | 1011010 | 1101101 | 0 | 1000001 | 111001 | 0 | 101100001 | 1100100 | 1000100 |
Color Harmonies of #FF5A6D
Complementary color
Monochromatic Colors of #FF5A6D
Black with #FF5A6D
Text Example
Text Example
White with #FF5A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5A6D; }
p { color: rgb(255,90,109); }
H1.HeaderClassName
{
color: #FF5A6D;
}
.AnyTagClassName
{
color: #FF5A6D;
}
</style>
background-color css
<style>
a { background-color: #FF5A6D; }
a { background-color: rgb(255,90,109); }
div.DivClassName
{
background-color: #FF5A6D;
}
.BgClassName
{
background-color: #FF5A6D;
}
</style>
border-color css
<style>
span { border-color: #FF5A6D; }
span { border-color: rgb(255,90,109); }
td.TdClassName
{
border-color: #FF5A6D;
}
.TagClassName
{
border-color: #FF5A6D;
}
</style>