Shades of Wild Watermelon #FF5A6B
Tints of Wild Watermelon #FF5A6B
RGB
CMYK
RGB Variations
Color information
#FF5A6B (or 0xFF5A6B) is known color: Wild Watermelon. HEX triplet: FF, 5A and 6B. RGB value is (255,90,107). Sum of RGB (Red+Green+Blue) = 255+90+107=452 (59% of max value = 765). Red value is 255 (100% from 255 or 56.42% from 452); Green value is 90 (35.55% from 255 or 19.91% from 452); Blue value is 107 (42.19% from 255 or 23.67% from 452); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5A6B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5A6B is #00A594. Grayscale: #8D8D8D. Windows color (decimal): -42389 or 7035647. OLE color: 7035647.
HSL color Cylindrical-coordinate representation of color #FF5A6B: hue angle of 353.82º 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 #FF5A6B is Cyan = 0, Magento = 0.65, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 90 | 107 | - |
| CMYK | 0 | 0.65 | 0.58 | 0 |
| HSL | 353.82º | 1% | 0.68% | - |
| HSV(B) | 353.82º | 0.65% | 1% | - |
| XYZ | 47.55 | 29.63 | 17.12 | - |
| YUV | 141.27 | 108.66 | 209.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 90 | 107 | 0 | 0.65 | 0.58 | 0 | 353.82 | 1 | 0.68 |
| Hex | FF | 5A | 6B | 0 | 41 | 3A | 0 | 162 | 64 | 44 |
| Octal | 377 | 132 | 153 | 0 | 101 | 72 | 0 | 542 | 144 | 104 |
| Binary | 11111111 | 1011010 | 1101011 | 0 | 1000001 | 111010 | 0 | 101100010 | 1100100 | 1000100 |
Color Harmonies of #FF5A6B
Complementary color
Monochromatic Colors of #FF5A6B
Black with #FF5A6B
Text Example
Text Example
White with #FF5A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5A6B; }
p { color: rgb(255,90,107); }
H1.HeaderClassName
{
color: #FF5A6B;
}
.AnyTagClassName
{
color: #FF5A6B;
}
</style>
background-color css
<style>
a { background-color: #FF5A6B; }
a { background-color: rgb(255,90,107); }
div.DivClassName
{
background-color: #FF5A6B;
}
.BgClassName
{
background-color: #FF5A6B;
}
</style>
border-color css
<style>
span { border-color: #FF5A6B; }
span { border-color: rgb(255,90,107); }
td.TdClassName
{
border-color: #FF5A6B;
}
.TagClassName
{
border-color: #FF5A6B;
}
</style>