Shades of Wild Watermelon #FF5264
Tints of Wild Watermelon #FF5264
RGB
CMYK
RGB Variations
Color information
#FF5264 (or 0xFF5264) is known color: Wild Watermelon. HEX triplet: FF, 52 and 64. RGB value is (255,82,100). Sum of RGB (Red+Green+Blue) = 255+82+100=437 (57% of max value = 765). Red value is 255 (100% from 255 or 58.35% from 437); Green value is 82 (32.42% from 255 or 18.76% from 437); Blue value is 100 (39.45% from 255 or 22.88% from 437); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5264 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5264 is #00AD9B. Grayscale: #878787. Windows color (decimal): -44444 or 6574847. OLE color: 6574847.
HSL color Cylindrical-coordinate representation of color #FF5264: hue angle of 353.76º 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 #FF5264 is Cyan = 0, Magento = 0.68, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 82 | 100 | - |
| CMYK | 0 | 0.68 | 0.61 | 0 |
| HSL | 353.76º | 1% | 0.66% | - |
| HSV(B) | 353.76º | 0.68% | 1% | - |
| XYZ | 46.56 | 28.21 | 15.05 | - |
| YUV | 135.78 | 107.81 | 213.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 82 | 100 | 0 | 0.68 | 0.61 | 0 | 353.76 | 1 | 0.66 |
| Hex | FF | 52 | 64 | 0 | 44 | 3D | 0 | 162 | 64 | 42 |
| Octal | 377 | 122 | 144 | 0 | 104 | 75 | 0 | 542 | 144 | 102 |
| Binary | 11111111 | 1010010 | 1100100 | 0 | 1000100 | 111101 | 0 | 101100010 | 1100100 | 1000010 |
Color Harmonies of #FF5264
Complementary color
Monochromatic Colors of #FF5264
Black with #FF5264
Text Example
Text Example
White with #FF5264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5264; }
p { color: rgb(255,82,100); }
H1.HeaderClassName
{
color: #FF5264;
}
.AnyTagClassName
{
color: #FF5264;
}
</style>
background-color css
<style>
a { background-color: #FF5264; }
a { background-color: rgb(255,82,100); }
div.DivClassName
{
background-color: #FF5264;
}
.BgClassName
{
background-color: #FF5264;
}
</style>
border-color css
<style>
span { border-color: #FF5264; }
span { border-color: rgb(255,82,100); }
td.TdClassName
{
border-color: #FF5264;
}
.TagClassName
{
border-color: #FF5264;
}
</style>