Shades of Wild Watermelon #FF5A7E
Tints of Wild Watermelon #FF5A7E
RGB
CMYK
RGB Variations
Color information
#FF5A7E (or 0xFF5A7E) is known color: Wild Watermelon. HEX triplet: FF, 5A and 7E. RGB value is (255,90,126). Sum of RGB (Red+Green+Blue) = 255+90+126=471 (62% of max value = 765). Red value is 255 (100% from 255 or 54.14% from 471); Green value is 90 (35.55% from 255 or 19.11% from 471); Blue value is 126 (49.61% from 255 or 26.75% from 471); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5A7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5A7E is #00A581. Grayscale: #8F8F8F. Windows color (decimal): -42370 or 8280831. OLE color: 8280831.
HSL color Cylindrical-coordinate representation of color #FF5A7E: hue angle of 346.91º 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 #FF5A7E is Cyan = 0, Magento = 0.65, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 90 | 126 | - |
| CMYK | 0 | 0.65 | 0.51 | 0 |
| HSL | 346.91º | 1% | 0.68% | - |
| HSV(B) | 346.91º | 0.65% | 1% | - |
| XYZ | 48.66 | 30.08 | 22.98 | - |
| YUV | 143.44 | 118.16 | 207.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 90 | 126 | 0 | 0.65 | 0.51 | 0 | 346.91 | 1 | 0.68 |
| Hex | FF | 5A | 7E | 0 | 41 | 33 | 0 | 15B | 64 | 44 |
| Octal | 377 | 132 | 176 | 0 | 101 | 63 | 0 | 533 | 144 | 104 |
| Binary | 11111111 | 1011010 | 1111110 | 0 | 1000001 | 110011 | 0 | 101011011 | 1100100 | 1000100 |
Color Harmonies of #FF5A7E
Complementary color
Monochromatic Colors of #FF5A7E
Black with #FF5A7E
Text Example
Text Example
White with #FF5A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5A7E; }
p { color: rgb(255,90,126); }
H1.HeaderClassName
{
color: #FF5A7E;
}
.AnyTagClassName
{
color: #FF5A7E;
}
</style>
background-color css
<style>
a { background-color: #FF5A7E; }
a { background-color: rgb(255,90,126); }
div.DivClassName
{
background-color: #FF5A7E;
}
.BgClassName
{
background-color: #FF5A7E;
}
</style>
border-color css
<style>
span { border-color: #FF5A7E; }
span { border-color: rgb(255,90,126); }
td.TdClassName
{
border-color: #FF5A7E;
}
.TagClassName
{
border-color: #FF5A7E;
}
</style>