Shades of Wild Watermelon #F05273
Tints of Wild Watermelon #F05273
RGB
CMYK
RGB Variations
Color information
#F05273 (or 0xF05273) is known color: Wild Watermelon. HEX triplet: F0, 52 and 73. RGB value is (240,82,115). Sum of RGB (Red+Green+Blue) = 240+82+115=437 (57% of max value = 765). Red value is 240 (94.14% from 255 or 54.92% from 437); Green value is 82 (32.42% from 255 or 18.76% from 437); Blue value is 115 (45.31% from 255 or 26.32% from 437); Max value from RGB is 240 - color contains mainly: red. Hex color #F05273 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05273 is #0FAD8C. Grayscale: #858585. Windows color (decimal): -1027469 or 7557872. OLE color: 7557872.
HSL color Cylindrical-coordinate representation of color #F05273: hue angle of 347.47º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F05273 is Cyan = 0, Magento = 0.66, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 82 | 115 | - |
| CMYK | 0 | 0.66 | 0.52 | 0.06 |
| HSL | 347.47º | 0.84% | 0.63% | - |
| HSV(B) | 347.47º | 0.66% | 0.94% | - |
| XYZ | 42.05 | 25.8 | 18.98 | - |
| YUV | 133 | 117.85 | 204.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 82 | 115 | 0 | 0.66 | 0.52 | 0.06 | 347.47 | 0.84 | 0.63 |
| Hex | F0 | 52 | 73 | 0 | 42 | 34 | 6 | 15B | 54 | 3F |
| Octal | 360 | 122 | 163 | 0 | 102 | 64 | 6 | 533 | 124 | 77 |
| Binary | 11110000 | 1010010 | 1110011 | 0 | 1000010 | 110100 | 110 | 101011011 | 1010100 | 111111 |
Color Harmonies of #F05273
Complementary color
Monochromatic Colors of #F05273
Black with #F05273
Text Example
Text Example
White with #F05273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05273; }
p { color: rgb(240,82,115); }
H1.HeaderClassName
{
color: #F05273;
}
.AnyTagClassName
{
color: #F05273;
}
</style>
background-color css
<style>
a { background-color: #F05273; }
a { background-color: rgb(240,82,115); }
div.DivClassName
{
background-color: #F05273;
}
.BgClassName
{
background-color: #F05273;
}
</style>
border-color css
<style>
span { border-color: #F05273; }
span { border-color: rgb(240,82,115); }
td.TdClassName
{
border-color: #F05273;
}
.TagClassName
{
border-color: #F05273;
}
</style>