Shades of Wild Watermelon #F55269
Tints of Wild Watermelon #F55269
RGB
CMYK
RGB Variations
Color information
#F55269 (or 0xF55269) is known color: Wild Watermelon. HEX triplet: F5, 52 and 69. RGB value is (245,82,105). Sum of RGB (Red+Green+Blue) = 245+82+105=432 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.71% from 432); Green value is 82 (32.42% from 255 or 18.98% from 432); Blue value is 105 (41.41% from 255 or 24.31% from 432); Max value from RGB is 245 - color contains mainly: red. Hex color #F55269 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F55269 is #0AAD96. Grayscale: #858585. Windows color (decimal): -699799 or 6902517. OLE color: 6902517.
HSL color Cylindrical-coordinate representation of color #F55269: hue angle of 351.53º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F55269 is Cyan = 0, Magento = 0.67, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 82 | 105 | - |
| CMYK | 0 | 0.67 | 0.57 | 0.04 |
| HSL | 351.53º | 0.89% | 0.64% | - |
| HSV(B) | 351.53º | 0.67% | 0.96% | - |
| XYZ | 43.22 | 26.47 | 16.2 | - |
| YUV | 133.36 | 112 | 207.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 82 | 105 | 0 | 0.67 | 0.57 | 0.04 | 351.53 | 0.89 | 0.64 |
| Hex | F5 | 52 | 69 | 0 | 43 | 39 | 4 | 160 | 59 | 40 |
| Octal | 365 | 122 | 151 | 0 | 103 | 71 | 4 | 540 | 131 | 100 |
| Binary | 11110101 | 1010010 | 1101001 | 0 | 1000011 | 111001 | 100 | 101100000 | 1011001 | 1000000 |
Color Harmonies of #F55269
Complementary color
Monochromatic Colors of #F55269
Black with #F55269
Text Example
Text Example
White with #F55269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55269; }
p { color: rgb(245,82,105); }
H1.HeaderClassName
{
color: #F55269;
}
.AnyTagClassName
{
color: #F55269;
}
</style>
background-color css
<style>
a { background-color: #F55269; }
a { background-color: rgb(245,82,105); }
div.DivClassName
{
background-color: #F55269;
}
.BgClassName
{
background-color: #F55269;
}
</style>
border-color css
<style>
span { border-color: #F55269; }
span { border-color: rgb(245,82,105); }
td.TdClassName
{
border-color: #F55269;
}
.TagClassName
{
border-color: #F55269;
}
</style>