Shades of Wild Watermelon #FF5269
Tints of Wild Watermelon #FF5269
RGB
CMYK
RGB Variations
Color information
#FF5269 (or 0xFF5269) is known color: Wild Watermelon. HEX triplet: FF, 52 and 69. RGB value is (255,82,105). Sum of RGB (Red+Green+Blue) = 255+82+105=442 (58% of max value = 765). Red value is 255 (100% from 255 or 57.69% from 442); Green value is 82 (32.42% from 255 or 18.55% from 442); Blue value is 105 (41.41% from 255 or 23.76% from 442); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5269 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5269 is #00AD96. Grayscale: #888888. Windows color (decimal): -44439 or 6902527. OLE color: 6902527.
HSL color Cylindrical-coordinate representation of color #FF5269: hue angle of 352.02º 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 #FF5269 is Cyan = 0, Magento = 0.68, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 82 | 105 | - |
| CMYK | 0 | 0.68 | 0.59 | 0 |
| HSL | 352.02º | 1% | 0.66% | - |
| HSV(B) | 352.02º | 0.68% | 1% | - |
| XYZ | 46.81 | 28.31 | 16.36 | - |
| YUV | 136.35 | 110.31 | 212.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 82 | 105 | 0 | 0.68 | 0.59 | 0 | 352.02 | 1 | 0.66 |
| Hex | FF | 52 | 69 | 0 | 44 | 3B | 0 | 160 | 64 | 42 |
| Octal | 377 | 122 | 151 | 0 | 104 | 73 | 0 | 540 | 144 | 102 |
| Binary | 11111111 | 1010010 | 1101001 | 0 | 1000100 | 111011 | 0 | 101100000 | 1100100 | 1000010 |
Color Harmonies of #FF5269
Complementary color
Monochromatic Colors of #FF5269
Black with #FF5269
Text Example
Text Example
White with #FF5269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5269; }
p { color: rgb(255,82,105); }
H1.HeaderClassName
{
color: #FF5269;
}
.AnyTagClassName
{
color: #FF5269;
}
</style>
background-color css
<style>
a { background-color: #FF5269; }
a { background-color: rgb(255,82,105); }
div.DivClassName
{
background-color: #FF5269;
}
.BgClassName
{
background-color: #FF5269;
}
</style>
border-color css
<style>
span { border-color: #FF5269; }
span { border-color: rgb(255,82,105); }
td.TdClassName
{
border-color: #FF5269;
}
.TagClassName
{
border-color: #FF5269;
}
</style>