Shades of Wild Watermelon #FF5272
Tints of Wild Watermelon #FF5272
RGB
CMYK
RGB Variations
Color information
#FF5272 (or 0xFF5272) is known color: Wild Watermelon. HEX triplet: FF, 52 and 72. RGB value is (255,82,114). Sum of RGB (Red+Green+Blue) = 255+82+114=451 (59% of max value = 765). Red value is 255 (100% from 255 or 56.54% from 451); Green value is 82 (32.42% from 255 or 18.18% from 451); Blue value is 114 (44.92% from 255 or 25.28% from 451); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5272 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5272 is #00AD8D. Grayscale: #898989. Windows color (decimal): -44430 or 7492351. OLE color: 7492351.
HSL color Cylindrical-coordinate representation of color #FF5272: hue angle of 348.9º 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 #FF5272 is Cyan = 0, Magento = 0.68, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 82 | 114 | - |
| CMYK | 0 | 0.68 | 0.55 | 0 |
| HSL | 348.9º | 1% | 0.66% | - |
| HSV(B) | 348.9º | 0.68% | 1% | - |
| XYZ | 47.29 | 28.51 | 18.93 | - |
| YUV | 137.38 | 114.81 | 211.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 82 | 114 | 0 | 0.68 | 0.55 | 0 | 348.9 | 1 | 0.66 |
| Hex | FF | 52 | 72 | 0 | 44 | 37 | 0 | 15D | 64 | 42 |
| Octal | 377 | 122 | 162 | 0 | 104 | 67 | 0 | 535 | 144 | 102 |
| Binary | 11111111 | 1010010 | 1110010 | 0 | 1000100 | 110111 | 0 | 101011101 | 1100100 | 1000010 |
Color Harmonies of #FF5272
Complementary color
Monochromatic Colors of #FF5272
Black with #FF5272
Text Example
Text Example
White with #FF5272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5272; }
p { color: rgb(255,82,114); }
H1.HeaderClassName
{
color: #FF5272;
}
.AnyTagClassName
{
color: #FF5272;
}
</style>
background-color css
<style>
a { background-color: #FF5272; }
a { background-color: rgb(255,82,114); }
div.DivClassName
{
background-color: #FF5272;
}
.BgClassName
{
background-color: #FF5272;
}
</style>
border-color css
<style>
span { border-color: #FF5272; }
span { border-color: rgb(255,82,114); }
td.TdClassName
{
border-color: #FF5272;
}
.TagClassName
{
border-color: #FF5272;
}
</style>