Shades of Wild Watermelon #F16173
Tints of Wild Watermelon #F16173
RGB
CMYK
RGB Variations
Color information
#F16173 (or 0xF16173) is known color: Wild Watermelon. HEX triplet: F1, 61 and 73. RGB value is (241,97,115). Sum of RGB (Red+Green+Blue) = 241+97+115=453 (60% of max value = 765). Red value is 241 (94.53% from 255 or 53.20% from 453); Green value is 97 (38.28% from 255 or 21.41% from 453); Blue value is 115 (45.31% from 255 or 25.39% from 453); Max value from RGB is 241 - color contains mainly: red. Hex color #F16173 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16173 is #0E9E8C. Grayscale: #8E8E8E. Windows color (decimal): -958093 or 7561713. OLE color: 7561713.
HSL color Cylindrical-coordinate representation of color #F16173: hue angle of 352.5º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F16173 is Cyan = 0, Magento = 0.60, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 97 | 115 | - |
| CMYK | 0 | 0.60 | 0.52 | 0.05 |
| HSL | 352.5º | 0.84% | 0.66% | - |
| HSV(B) | 352.5º | 0.6% | 0.95% | - |
| XYZ | 43.64 | 28.49 | 19.42 | - |
| YUV | 142.11 | 112.71 | 198.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 97 | 115 | 0 | 0.60 | 0.52 | 0.05 | 352.5 | 0.84 | 0.66 |
| Hex | F1 | 61 | 73 | 0 | 3C | 34 | 5 | 160 | 54 | 42 |
| Octal | 361 | 141 | 163 | 0 | 74 | 64 | 5 | 540 | 124 | 102 |
| Binary | 11110001 | 1100001 | 1110011 | 0 | 111100 | 110100 | 101 | 101100000 | 1010100 | 1000010 |
Color Harmonies of #F16173
Complementary color
Monochromatic Colors of #F16173
Black with #F16173
Text Example
Text Example
White with #F16173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16173; }
p { color: rgb(241,97,115); }
H1.HeaderClassName
{
color: #F16173;
}
.AnyTagClassName
{
color: #F16173;
}
</style>
background-color css
<style>
a { background-color: #F16173; }
a { background-color: rgb(241,97,115); }
div.DivClassName
{
background-color: #F16173;
}
.BgClassName
{
background-color: #F16173;
}
</style>
border-color css
<style>
span { border-color: #F16173; }
span { border-color: rgb(241,97,115); }
td.TdClassName
{
border-color: #F16173;
}
.TagClassName
{
border-color: #F16173;
}
</style>