Shades of Wild Watermelon #FF5E7A
Tints of Wild Watermelon #FF5E7A
RGB
CMYK
RGB Variations
Color information
#FF5E7A (or 0xFF5E7A) is known color: Wild Watermelon. HEX triplet: FF, 5E and 7A. RGB value is (255,94,122). Sum of RGB (Red+Green+Blue) = 255+94+122=471 (62% of max value = 765). Red value is 255 (100% from 255 or 54.14% from 471); Green value is 94 (37.11% from 255 or 19.96% from 471); Blue value is 122 (48.05% from 255 or 25.90% from 471); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5E7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5E7A is #00A185. Grayscale: #919191. Windows color (decimal): -41350 or 8019711. OLE color: 8019711.
HSL color Cylindrical-coordinate representation of color #FF5E7A: hue angle of 349.57º 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 #FF5E7A is Cyan = 0, Magento = 0.63, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 94 | 122 | - |
| CMYK | 0 | 0.63 | 0.52 | 0 |
| HSL | 349.57º | 1% | 0.68% | - |
| HSV(B) | 349.57º | 0.63% | 1% | - |
| XYZ | 48.76 | 30.67 | 21.76 | - |
| YUV | 145.33 | 114.84 | 206.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 94 | 122 | 0 | 0.63 | 0.52 | 0 | 349.57 | 1 | 0.68 |
| Hex | FF | 5E | 7A | 0 | 3F | 34 | 0 | 15E | 64 | 44 |
| Octal | 377 | 136 | 172 | 0 | 77 | 64 | 0 | 536 | 144 | 104 |
| Binary | 11111111 | 1011110 | 1111010 | 0 | 111111 | 110100 | 0 | 101011110 | 1100100 | 1000100 |
Color Harmonies of #FF5E7A
Complementary color
Monochromatic Colors of #FF5E7A
Black with #FF5E7A
Text Example
Text Example
White with #FF5E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5E7A; }
p { color: rgb(255,94,122); }
H1.HeaderClassName
{
color: #FF5E7A;
}
.AnyTagClassName
{
color: #FF5E7A;
}
</style>
background-color css
<style>
a { background-color: #FF5E7A; }
a { background-color: rgb(255,94,122); }
div.DivClassName
{
background-color: #FF5E7A;
}
.BgClassName
{
background-color: #FF5E7A;
}
</style>
border-color css
<style>
span { border-color: #FF5E7A; }
span { border-color: rgb(255,94,122); }
td.TdClassName
{
border-color: #FF5E7A;
}
.TagClassName
{
border-color: #FF5E7A;
}
</style>