Shades of Wild Watermelon #FF5C7A
Tints of Wild Watermelon #FF5C7A
RGB
CMYK
RGB Variations
Color information
#FF5C7A (or 0xFF5C7A) is known color: Wild Watermelon. HEX triplet: FF, 5C and 7A. RGB value is (255,92,122). Sum of RGB (Red+Green+Blue) = 255+92+122=469 (62% of max value = 765). Red value is 255 (100% from 255 or 54.37% from 469); Green value is 92 (36.33% from 255 or 19.62% from 469); Blue value is 122 (48.05% from 255 or 26.01% from 469); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5C7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5C7A is #00A385. Grayscale: #909090. Windows color (decimal): -41862 or 8019199. OLE color: 8019199.
HSL color Cylindrical-coordinate representation of color #FF5C7A: hue angle of 348.96º 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 #FF5C7A is Cyan = 0, Magento = 0.64, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 92 | 122 | - |
| CMYK | 0 | 0.64 | 0.52 | 0 |
| HSL | 348.96º | 1% | 0.68% | - |
| HSV(B) | 348.96º | 0.64% | 1% | - |
| XYZ | 48.58 | 30.32 | 21.7 | - |
| YUV | 144.16 | 115.5 | 207.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 92 | 122 | 0 | 0.64 | 0.52 | 0 | 348.96 | 1 | 0.68 |
| Hex | FF | 5C | 7A | 0 | 40 | 34 | 0 | 15D | 64 | 44 |
| Octal | 377 | 134 | 172 | 0 | 100 | 64 | 0 | 535 | 144 | 104 |
| Binary | 11111111 | 1011100 | 1111010 | 0 | 1000000 | 110100 | 0 | 101011101 | 1100100 | 1000100 |
Color Harmonies of #FF5C7A
Complementary color
Monochromatic Colors of #FF5C7A
Black with #FF5C7A
Text Example
Text Example
White with #FF5C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5C7A; }
p { color: rgb(255,92,122); }
H1.HeaderClassName
{
color: #FF5C7A;
}
.AnyTagClassName
{
color: #FF5C7A;
}
</style>
background-color css
<style>
a { background-color: #FF5C7A; }
a { background-color: rgb(255,92,122); }
div.DivClassName
{
background-color: #FF5C7A;
}
.BgClassName
{
background-color: #FF5C7A;
}
</style>
border-color css
<style>
span { border-color: #FF5C7A; }
span { border-color: rgb(255,92,122); }
td.TdClassName
{
border-color: #FF5C7A;
}
.TagClassName
{
border-color: #FF5C7A;
}
</style>