Shades of Wild Watermelon #F05B73
Tints of Wild Watermelon #F05B73
RGB
CMYK
RGB Variations
Color information
#F05B73 (or 0xF05B73) is known color: Wild Watermelon. HEX triplet: F0, 5B and 73. RGB value is (240,91,115). Sum of RGB (Red+Green+Blue) = 240+91+115=446 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.81% from 446); Green value is 91 (35.94% from 255 or 20.40% from 446); Blue value is 115 (45.31% from 255 or 25.78% from 446); Max value from RGB is 240 - color contains mainly: red. Hex color #F05B73 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05B73 is #0FA48C. Grayscale: #8A8A8A. Windows color (decimal): -1025165 or 7560176. OLE color: 7560176.
HSL color Cylindrical-coordinate representation of color #F05B73: hue angle of 350.34º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F05B73 is Cyan = 0, Magento = 0.62, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 91 | 115 | - |
| CMYK | 0 | 0.62 | 0.52 | 0.06 |
| HSL | 350.34º | 0.83% | 0.65% | - |
| HSV(B) | 350.34º | 0.62% | 0.94% | - |
| XYZ | 42.77 | 27.25 | 19.22 | - |
| YUV | 138.29 | 114.86 | 200.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 91 | 115 | 0 | 0.62 | 0.52 | 0.06 | 350.34 | 0.83 | 0.65 |
| Hex | F0 | 5B | 73 | 0 | 3E | 34 | 6 | 15E | 53 | 41 |
| Octal | 360 | 133 | 163 | 0 | 76 | 64 | 6 | 536 | 123 | 101 |
| Binary | 11110000 | 1011011 | 1110011 | 0 | 111110 | 110100 | 110 | 101011110 | 1010011 | 1000001 |
Color Harmonies of #F05B73
Complementary color
Monochromatic Colors of #F05B73
Black with #F05B73
Text Example
Text Example
White with #F05B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05B73; }
p { color: rgb(240,91,115); }
H1.HeaderClassName
{
color: #F05B73;
}
.AnyTagClassName
{
color: #F05B73;
}
</style>
background-color css
<style>
a { background-color: #F05B73; }
a { background-color: rgb(240,91,115); }
div.DivClassName
{
background-color: #F05B73;
}
.BgClassName
{
background-color: #F05B73;
}
</style>
border-color css
<style>
span { border-color: #F05B73; }
span { border-color: rgb(240,91,115); }
td.TdClassName
{
border-color: #F05B73;
}
.TagClassName
{
border-color: #F05B73;
}
</style>