Shades of Wild Watermelon #FF5D7A
Tints of Wild Watermelon #FF5D7A
RGB
CMYK
RGB Variations
Color information
#FF5D7A (or 0xFF5D7A) is known color: Wild Watermelon. HEX triplet: FF, 5D and 7A. RGB value is (255,93,122). Sum of RGB (Red+Green+Blue) = 255+93+122=470 (62% of max value = 765). Red value is 255 (100% from 255 or 54.26% from 470); Green value is 93 (36.72% from 255 or 19.79% from 470); Blue value is 122 (48.05% from 255 or 25.96% from 470); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5D7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5D7A is #00A285. Grayscale: #909090. Windows color (decimal): -41606 or 8019455. OLE color: 8019455.
HSL color Cylindrical-coordinate representation of color #FF5D7A: hue angle of 349.26º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FF5D7A is Cyan = 0, Magento = 0.64, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 93 | 122 | - |
| CMYK | 0 | 0.64 | 0.52 | 0 |
| HSL | 349.26º | 1% | 0.68% | - |
| HSV(B) | 349.26º | 0.64% | 1% | - |
| XYZ | 48.67 | 30.49 | 21.73 | - |
| YUV | 144.74 | 115.17 | 206.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 93 | 122 | 0 | 0.64 | 0.52 | 0 | 349.26 | 1 | 0.68 |
| Hex | FF | 5D | 7A | 0 | 40 | 34 | 0 | 15D | 64 | 44 |
| Octal | 377 | 135 | 172 | 0 | 100 | 64 | 0 | 535 | 144 | 104 |
| Binary | 11111111 | 1011101 | 1111010 | 0 | 1000000 | 110100 | 0 | 101011101 | 1100100 | 1000100 |
Color Harmonies of #FF5D7A
Complementary color
Monochromatic Colors of #FF5D7A
Black with #FF5D7A
Text Example
Text Example
White with #FF5D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5D7A; }
p { color: rgb(255,93,122); }
H1.HeaderClassName
{
color: #FF5D7A;
}
.AnyTagClassName
{
color: #FF5D7A;
}
</style>
background-color css
<style>
a { background-color: #FF5D7A; }
a { background-color: rgb(255,93,122); }
div.DivClassName
{
background-color: #FF5D7A;
}
.BgClassName
{
background-color: #FF5D7A;
}
</style>
border-color css
<style>
span { border-color: #FF5D7A; }
span { border-color: rgb(255,93,122); }
td.TdClassName
{
border-color: #FF5D7A;
}
.TagClassName
{
border-color: #FF5D7A;
}
</style>