Shades of Wild Watermelon #F15673
Tints of Wild Watermelon #F15673
RGB
CMYK
RGB Variations
Color information
#F15673 (or 0xF15673) is known color: Wild Watermelon. HEX triplet: F1, 56 and 73. RGB value is (241,86,115). Sum of RGB (Red+Green+Blue) = 241+86+115=442 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.52% from 442); Green value is 86 (33.98% from 255 or 19.46% from 442); Blue value is 115 (45.31% from 255 or 26.02% from 442); Max value from RGB is 241 - color contains mainly: red. Hex color #F15673 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F15673 is #0EA98C. Grayscale: #878787. Windows color (decimal): -960909 or 7558897. OLE color: 7558897.
HSL color Cylindrical-coordinate representation of color #F15673: hue angle of 348.77º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F15673 is Cyan = 0, Magento = 0.64, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 86 | 115 | - |
| CMYK | 0 | 0.64 | 0.52 | 0.05 |
| HSL | 348.77º | 0.85% | 0.64% | - |
| HSV(B) | 348.77º | 0.64% | 0.95% | - |
| XYZ | 42.7 | 26.59 | 19.1 | - |
| YUV | 135.65 | 116.35 | 203.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 86 | 115 | 0 | 0.64 | 0.52 | 0.05 | 348.77 | 0.85 | 0.64 |
| Hex | F1 | 56 | 73 | 0 | 40 | 34 | 5 | 15D | 55 | 40 |
| Octal | 361 | 126 | 163 | 0 | 100 | 64 | 5 | 535 | 125 | 100 |
| Binary | 11110001 | 1010110 | 1110011 | 0 | 1000000 | 110100 | 101 | 101011101 | 1010101 | 1000000 |
Color Harmonies of #F15673
Complementary color
Monochromatic Colors of #F15673
Black with #F15673
Text Example
Text Example
White with #F15673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15673; }
p { color: rgb(241,86,115); }
H1.HeaderClassName
{
color: #F15673;
}
.AnyTagClassName
{
color: #F15673;
}
</style>
background-color css
<style>
a { background-color: #F15673; }
a { background-color: rgb(241,86,115); }
div.DivClassName
{
background-color: #F15673;
}
.BgClassName
{
background-color: #F15673;
}
</style>
border-color css
<style>
span { border-color: #F15673; }
span { border-color: rgb(241,86,115); }
td.TdClassName
{
border-color: #F15673;
}
.TagClassName
{
border-color: #F15673;
}
</style>