Shades of Wild Watermelon #FF5A7D
Tints of Wild Watermelon #FF5A7D
RGB
CMYK
RGB Variations
Color information
#FF5A7D (or 0xFF5A7D) is known color: Wild Watermelon. HEX triplet: FF, 5A and 7D. RGB value is (255,90,125). Sum of RGB (Red+Green+Blue) = 255+90+125=470 (62% of max value = 765). Red value is 255 (100% from 255 or 54.26% from 470); Green value is 90 (35.55% from 255 or 19.15% from 470); Blue value is 125 (49.22% from 255 or 26.60% from 470); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5A7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5A7D is #00A582. Grayscale: #8F8F8F. Windows color (decimal): -42371 or 8215295. OLE color: 8215295.
HSL color Cylindrical-coordinate representation of color #FF5A7D: hue angle of 347.27º 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 #FF5A7D is Cyan = 0, Magento = 0.65, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 90 | 125 | - |
| CMYK | 0 | 0.65 | 0.51 | 0 |
| HSL | 347.27º | 1% | 0.68% | - |
| HSV(B) | 347.27º | 0.65% | 1% | - |
| XYZ | 48.6 | 30.05 | 22.64 | - |
| YUV | 143.33 | 117.66 | 207.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 90 | 125 | 0 | 0.65 | 0.51 | 0 | 347.27 | 1 | 0.68 |
| Hex | FF | 5A | 7D | 0 | 41 | 33 | 0 | 15B | 64 | 44 |
| Octal | 377 | 132 | 175 | 0 | 101 | 63 | 0 | 533 | 144 | 104 |
| Binary | 11111111 | 1011010 | 1111101 | 0 | 1000001 | 110011 | 0 | 101011011 | 1100100 | 1000100 |
Color Harmonies of #FF5A7D
Complementary color
Monochromatic Colors of #FF5A7D
Black with #FF5A7D
Text Example
Text Example
White with #FF5A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5A7D; }
p { color: rgb(255,90,125); }
H1.HeaderClassName
{
color: #FF5A7D;
}
.AnyTagClassName
{
color: #FF5A7D;
}
</style>
background-color css
<style>
a { background-color: #FF5A7D; }
a { background-color: rgb(255,90,125); }
div.DivClassName
{
background-color: #FF5A7D;
}
.BgClassName
{
background-color: #FF5A7D;
}
</style>
border-color css
<style>
span { border-color: #FF5A7D; }
span { border-color: rgb(255,90,125); }
td.TdClassName
{
border-color: #FF5A7D;
}
.TagClassName
{
border-color: #FF5A7D;
}
</style>