Shades of Wild Watermelon #FF5E6A
Tints of Wild Watermelon #FF5E6A
RGB
CMYK
RGB Variations
Color information
#FF5E6A (or 0xFF5E6A) is known color: Wild Watermelon. HEX triplet: FF, 5E and 6A. RGB value is (255,94,106). Sum of RGB (Red+Green+Blue) = 255+94+106=455 (60% of max value = 765). Red value is 255 (100% from 255 or 56.04% from 455); Green value is 94 (37.11% from 255 or 20.66% from 455); Blue value is 106 (41.80% from 255 or 23.30% from 455); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5E6A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5E6A is #00A195. Grayscale: #8F8F8F. Windows color (decimal): -41366 or 6971135. OLE color: 6971135.
HSL color Cylindrical-coordinate representation of color #FF5E6A: hue angle of 355.53º 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 #FF5E6A is Cyan = 0, Magento = 0.63, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 94 | 106 | - |
| CMYK | 0 | 0.63 | 0.58 | 0 |
| HSL | 355.53º | 1% | 0.68% | - |
| HSV(B) | 355.53º | 0.63% | 1% | - |
| XYZ | 47.84 | 30.31 | 16.96 | - |
| YUV | 143.51 | 106.84 | 207.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 94 | 106 | 0 | 0.63 | 0.58 | 0 | 355.53 | 1 | 0.68 |
| Hex | FF | 5E | 6A | 0 | 3F | 3A | 0 | 164 | 64 | 44 |
| Octal | 377 | 136 | 152 | 0 | 77 | 72 | 0 | 544 | 144 | 104 |
| Binary | 11111111 | 1011110 | 1101010 | 0 | 111111 | 111010 | 0 | 101100100 | 1100100 | 1000100 |
Color Harmonies of #FF5E6A
Complementary color
Monochromatic Colors of #FF5E6A
Black with #FF5E6A
Text Example
Text Example
White with #FF5E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5E6A; }
p { color: rgb(255,94,106); }
H1.HeaderClassName
{
color: #FF5E6A;
}
.AnyTagClassName
{
color: #FF5E6A;
}
</style>
background-color css
<style>
a { background-color: #FF5E6A; }
a { background-color: rgb(255,94,106); }
div.DivClassName
{
background-color: #FF5E6A;
}
.BgClassName
{
background-color: #FF5E6A;
}
</style>
border-color css
<style>
span { border-color: #FF5E6A; }
span { border-color: rgb(255,94,106); }
td.TdClassName
{
border-color: #FF5E6A;
}
.TagClassName
{
border-color: #FF5E6A;
}
</style>