Shades of Wild Watermelon #FF5268
Tints of Wild Watermelon #FF5268
RGB
CMYK
RGB Variations
Color information
#FF5268 (or 0xFF5268) is known color: Wild Watermelon. HEX triplet: FF, 52 and 68. RGB value is (255,82,104). Sum of RGB (Red+Green+Blue) = 255+82+104=441 (58% of max value = 765). Red value is 255 (100% from 255 or 57.82% from 441); Green value is 82 (32.42% from 255 or 18.59% from 441); Blue value is 104 (41.02% from 255 or 23.58% from 441); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5268 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5268 is #00AD97. Grayscale: #888888. Windows color (decimal): -44440 or 6836991. OLE color: 6836991.
HSL color Cylindrical-coordinate representation of color #FF5268: hue angle of 352.37º 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 #FF5268 is Cyan = 0, Magento = 0.68, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 82 | 104 | - |
| CMYK | 0 | 0.68 | 0.59 | 0 |
| HSL | 352.37º | 1% | 0.66% | - |
| HSV(B) | 352.37º | 0.68% | 1% | - |
| XYZ | 46.76 | 28.29 | 16.09 | - |
| YUV | 136.24 | 109.81 | 212.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 82 | 104 | 0 | 0.68 | 0.59 | 0 | 352.37 | 1 | 0.66 |
| Hex | FF | 52 | 68 | 0 | 44 | 3B | 0 | 160 | 64 | 42 |
| Octal | 377 | 122 | 150 | 0 | 104 | 73 | 0 | 540 | 144 | 102 |
| Binary | 11111111 | 1010010 | 1101000 | 0 | 1000100 | 111011 | 0 | 101100000 | 1100100 | 1000010 |
Color Harmonies of #FF5268
Complementary color
Monochromatic Colors of #FF5268
Black with #FF5268
Text Example
Text Example
White with #FF5268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5268; }
p { color: rgb(255,82,104); }
H1.HeaderClassName
{
color: #FF5268;
}
.AnyTagClassName
{
color: #FF5268;
}
</style>
background-color css
<style>
a { background-color: #FF5268; }
a { background-color: rgb(255,82,104); }
div.DivClassName
{
background-color: #FF5268;
}
.BgClassName
{
background-color: #FF5268;
}
</style>
border-color css
<style>
span { border-color: #FF5268; }
span { border-color: rgb(255,82,104); }
td.TdClassName
{
border-color: #FF5268;
}
.TagClassName
{
border-color: #FF5268;
}
</style>