Shades of Wild Watermelon #FF5276
Tints of Wild Watermelon #FF5276
RGB
CMYK
RGB Variations
Color information
#FF5276 (or 0xFF5276) is known color: Wild Watermelon. HEX triplet: FF, 52 and 76. RGB value is (255,82,118). Sum of RGB (Red+Green+Blue) = 255+82+118=455 (60% of max value = 765). Red value is 255 (100% from 255 or 56.04% from 455); Green value is 82 (32.42% from 255 or 18.02% from 455); Blue value is 118 (46.48% from 255 or 25.93% from 455); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5276 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5276 is #00AD89. Grayscale: #898989. Windows color (decimal): -44426 or 7754495. OLE color: 7754495.
HSL color Cylindrical-coordinate representation of color #FF5276: hue angle of 347.51º 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 #FF5276 is Cyan = 0, Magento = 0.68, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 82 | 118 | - |
| CMYK | 0 | 0.68 | 0.54 | 0 |
| HSL | 347.51º | 1% | 0.66% | - |
| HSV(B) | 347.51º | 0.68% | 1% | - |
| XYZ | 47.53 | 28.6 | 20.16 | - |
| YUV | 137.83 | 116.81 | 211.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 82 | 118 | 0 | 0.68 | 0.54 | 0 | 347.51 | 1 | 0.66 |
| Hex | FF | 52 | 76 | 0 | 44 | 36 | 0 | 15C | 64 | 42 |
| Octal | 377 | 122 | 166 | 0 | 104 | 66 | 0 | 534 | 144 | 102 |
| Binary | 11111111 | 1010010 | 1110110 | 0 | 1000100 | 110110 | 0 | 101011100 | 1100100 | 1000010 |
Color Harmonies of #FF5276
Complementary color
Monochromatic Colors of #FF5276
Black with #FF5276
Text Example
Text Example
White with #FF5276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5276; }
p { color: rgb(255,82,118); }
H1.HeaderClassName
{
color: #FF5276;
}
.AnyTagClassName
{
color: #FF5276;
}
</style>
background-color css
<style>
a { background-color: #FF5276; }
a { background-color: rgb(255,82,118); }
div.DivClassName
{
background-color: #FF5276;
}
.BgClassName
{
background-color: #FF5276;
}
</style>
border-color css
<style>
span { border-color: #FF5276; }
span { border-color: rgb(255,82,118); }
td.TdClassName
{
border-color: #FF5276;
}
.TagClassName
{
border-color: #FF5276;
}
</style>