Shades of Wild Watermelon #F15B73
Tints of Wild Watermelon #F15B73
RGB
CMYK
RGB Variations
Color information
#F15B73 (or 0xF15B73) is known color: Wild Watermelon. HEX triplet: F1, 5B and 73. RGB value is (241,91,115). Sum of RGB (Red+Green+Blue) = 241+91+115=447 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.91% from 447); Green value is 91 (35.94% from 255 or 20.36% from 447); Blue value is 115 (45.31% from 255 or 25.73% from 447); Max value from RGB is 241 - color contains mainly: red. Hex color #F15B73 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F15B73 is #0EA48C. Grayscale: #8A8A8A. Windows color (decimal): -959629 or 7560177. OLE color: 7560177.
HSL color Cylindrical-coordinate representation of color #F15B73: hue angle of 350.4º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F15B73 is Cyan = 0, Magento = 0.62, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 91 | 115 | - |
| CMYK | 0 | 0.62 | 0.52 | 0.05 |
| HSL | 350.4º | 0.84% | 0.65% | - |
| HSV(B) | 350.4º | 0.62% | 0.95% | - |
| XYZ | 43.11 | 27.42 | 19.24 | - |
| YUV | 138.59 | 114.7 | 201.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 91 | 115 | 0 | 0.62 | 0.52 | 0.05 | 350.4 | 0.84 | 0.65 |
| Hex | F1 | 5B | 73 | 0 | 3E | 34 | 5 | 15E | 54 | 41 |
| Octal | 361 | 133 | 163 | 0 | 76 | 64 | 5 | 536 | 124 | 101 |
| Binary | 11110001 | 1011011 | 1110011 | 0 | 111110 | 110100 | 101 | 101011110 | 1010100 | 1000001 |
Color Harmonies of #F15B73
Complementary color
Monochromatic Colors of #F15B73
Black with #F15B73
Text Example
Text Example
White with #F15B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15B73; }
p { color: rgb(241,91,115); }
H1.HeaderClassName
{
color: #F15B73;
}
.AnyTagClassName
{
color: #F15B73;
}
</style>
background-color css
<style>
a { background-color: #F15B73; }
a { background-color: rgb(241,91,115); }
div.DivClassName
{
background-color: #F15B73;
}
.BgClassName
{
background-color: #F15B73;
}
</style>
border-color css
<style>
span { border-color: #F15B73; }
span { border-color: rgb(241,91,115); }
td.TdClassName
{
border-color: #F15B73;
}
.TagClassName
{
border-color: #F15B73;
}
</style>