Shades of Wild Watermelon #FF5A7C
Tints of Wild Watermelon #FF5A7C
RGB
CMYK
RGB Variations
Color information
#FF5A7C (or 0xFF5A7C) is known color: Wild Watermelon. HEX triplet: FF, 5A and 7C. RGB value is (255,90,124). Sum of RGB (Red+Green+Blue) = 255+90+124=469 (62% of max value = 765). Red value is 255 (100% from 255 or 54.37% from 469); Green value is 90 (35.55% from 255 or 19.19% from 469); Blue value is 124 (48.83% from 255 or 26.44% from 469); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5A7C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5A7C is #00A583. Grayscale: #8F8F8F. Windows color (decimal): -42372 or 8149759. OLE color: 8149759.
HSL color Cylindrical-coordinate representation of color #FF5A7C: hue angle of 347.64º 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 #FF5A7C is Cyan = 0, Magento = 0.65, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 90 | 124 | - |
| CMYK | 0 | 0.65 | 0.51 | 0 |
| HSL | 347.64º | 1% | 0.68% | - |
| HSV(B) | 347.64º | 0.65% | 1% | - |
| XYZ | 48.53 | 30.03 | 22.31 | - |
| YUV | 143.21 | 117.16 | 207.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 90 | 124 | 0 | 0.65 | 0.51 | 0 | 347.64 | 1 | 0.68 |
| Hex | FF | 5A | 7C | 0 | 41 | 33 | 0 | 15C | 64 | 44 |
| Octal | 377 | 132 | 174 | 0 | 101 | 63 | 0 | 534 | 144 | 104 |
| Binary | 11111111 | 1011010 | 1111100 | 0 | 1000001 | 110011 | 0 | 101011100 | 1100100 | 1000100 |
Color Harmonies of #FF5A7C
Complementary color
Monochromatic Colors of #FF5A7C
Black with #FF5A7C
Text Example
Text Example
White with #FF5A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5A7C; }
p { color: rgb(255,90,124); }
H1.HeaderClassName
{
color: #FF5A7C;
}
.AnyTagClassName
{
color: #FF5A7C;
}
</style>
background-color css
<style>
a { background-color: #FF5A7C; }
a { background-color: rgb(255,90,124); }
div.DivClassName
{
background-color: #FF5A7C;
}
.BgClassName
{
background-color: #FF5A7C;
}
</style>
border-color css
<style>
span { border-color: #FF5A7C; }
span { border-color: rgb(255,90,124); }
td.TdClassName
{
border-color: #FF5A7C;
}
.TagClassName
{
border-color: #FF5A7C;
}
</style>