Shades of Wild Watermelon #FF5261
Tints of Wild Watermelon #FF5261
RGB
CMYK
RGB Variations
Color information
#FF5261 (or 0xFF5261) is known color: Wild Watermelon. HEX triplet: FF, 52 and 61. RGB value is (255,82,97). Sum of RGB (Red+Green+Blue) = 255+82+97=434 (57% of max value = 765). Red value is 255 (100% from 255 or 58.76% from 434); Green value is 82 (32.42% from 255 or 18.89% from 434); Blue value is 97 (38.28% from 255 or 22.35% from 434); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5261 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5261 is #00AD9E. Grayscale: #878787. Windows color (decimal): -44447 or 6378239. OLE color: 6378239.
HSL color Cylindrical-coordinate representation of color #FF5261: hue angle of 354.8º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FF5261 is Cyan = 0, Magento = 0.68, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 82 | 97 | - |
| CMYK | 0 | 0.68 | 0.62 | 0 |
| HSL | 354.8º | 1% | 0.66% | - |
| HSV(B) | 354.8º | 0.68% | 1% | - |
| XYZ | 46.41 | 28.16 | 14.3 | - |
| YUV | 135.44 | 106.31 | 213.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 82 | 97 | 0 | 0.68 | 0.62 | 0 | 354.8 | 1 | 0.66 |
| Hex | FF | 52 | 61 | 0 | 44 | 3E | 0 | 163 | 64 | 42 |
| Octal | 377 | 122 | 141 | 0 | 104 | 76 | 0 | 543 | 144 | 102 |
| Binary | 11111111 | 1010010 | 1100001 | 0 | 1000100 | 111110 | 0 | 101100011 | 1100100 | 1000010 |
Color Harmonies of #FF5261
Complementary color
Monochromatic Colors of #FF5261
Black with #FF5261
Text Example
Text Example
White with #FF5261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5261; }
p { color: rgb(255,82,97); }
H1.HeaderClassName
{
color: #FF5261;
}
.AnyTagClassName
{
color: #FF5261;
}
</style>
background-color css
<style>
a { background-color: #FF5261; }
a { background-color: rgb(255,82,97); }
div.DivClassName
{
background-color: #FF5261;
}
.BgClassName
{
background-color: #FF5261;
}
</style>
border-color css
<style>
span { border-color: #FF5261; }
span { border-color: rgb(255,82,97); }
td.TdClassName
{
border-color: #FF5261;
}
.TagClassName
{
border-color: #FF5261;
}
</style>