Shades of Wild Watermelon #FF5E6B
Tints of Wild Watermelon #FF5E6B
RGB
CMYK
RGB Variations
Color information
#FF5E6B (or 0xFF5E6B) is known color: Wild Watermelon. HEX triplet: FF, 5E and 6B. RGB value is (255,94,107). Sum of RGB (Red+Green+Blue) = 255+94+107=456 (60% of max value = 765). Red value is 255 (100% from 255 or 55.92% from 456); Green value is 94 (37.11% from 255 or 20.61% from 456); Blue value is 107 (42.19% from 255 or 23.46% from 456); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5E6B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5E6B is #00A194. Grayscale: #8F8F8F. Windows color (decimal): -41365 or 7036671. OLE color: 7036671.
HSL color Cylindrical-coordinate representation of color #FF5E6B: hue angle of 355.16º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FF5E6B is Cyan = 0, Magento = 0.63, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 94 | 107 | - |
| CMYK | 0 | 0.63 | 0.58 | 0 |
| HSL | 355.16º | 1% | 0.68% | - |
| HSV(B) | 355.16º | 0.63% | 1% | - |
| XYZ | 47.9 | 30.33 | 17.24 | - |
| YUV | 143.62 | 107.34 | 207.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 94 | 107 | 0 | 0.63 | 0.58 | 0 | 355.16 | 1 | 0.68 |
| Hex | FF | 5E | 6B | 0 | 3F | 3A | 0 | 163 | 64 | 44 |
| Octal | 377 | 136 | 153 | 0 | 77 | 72 | 0 | 543 | 144 | 104 |
| Binary | 11111111 | 1011110 | 1101011 | 0 | 111111 | 111010 | 0 | 101100011 | 1100100 | 1000100 |
Color Harmonies of #FF5E6B
Complementary color
Monochromatic Colors of #FF5E6B
Black with #FF5E6B
Text Example
Text Example
White with #FF5E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5E6B; }
p { color: rgb(255,94,107); }
H1.HeaderClassName
{
color: #FF5E6B;
}
.AnyTagClassName
{
color: #FF5E6B;
}
</style>
background-color css
<style>
a { background-color: #FF5E6B; }
a { background-color: rgb(255,94,107); }
div.DivClassName
{
background-color: #FF5E6B;
}
.BgClassName
{
background-color: #FF5E6B;
}
</style>
border-color css
<style>
span { border-color: #FF5E6B; }
span { border-color: rgb(255,94,107); }
td.TdClassName
{
border-color: #FF5E6B;
}
.TagClassName
{
border-color: #FF5E6B;
}
</style>