Shades of Wild Watermelon #F45166
Tints of Wild Watermelon #F45166
RGB
CMYK
RGB Variations
Color information
#F45166 (or 0xF45166) is known color: Wild Watermelon. HEX triplet: F4, 51 and 66. RGB value is (244,81,102). Sum of RGB (Red+Green+Blue) = 244+81+102=427 (56% of max value = 765). Red value is 244 (95.70% from 255 or 57.14% from 427); Green value is 81 (32.03% from 255 or 18.97% from 427); Blue value is 102 (40.23% from 255 or 23.89% from 427); Max value from RGB is 244 - color contains mainly: red. Hex color #F45166 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F45166 is #0BAE99. Grayscale: #848484. Windows color (decimal): -765594 or 6705652. OLE color: 6705652.
HSL color Cylindrical-coordinate representation of color #F45166: hue angle of 352.27º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F45166 is Cyan = 0, Magento = 0.67, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 81 | 102 | - |
| CMYK | 0 | 0.67 | 0.58 | 0.04 |
| HSL | 352.27º | 0.88% | 0.64% | - |
| HSV(B) | 352.27º | 0.67% | 0.96% | - |
| XYZ | 42.65 | 26.08 | 15.36 | - |
| YUV | 132.13 | 111 | 207.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 81 | 102 | 0 | 0.67 | 0.58 | 0.04 | 352.27 | 0.88 | 0.64 |
| Hex | F4 | 51 | 66 | 0 | 43 | 3A | 4 | 160 | 58 | 40 |
| Octal | 364 | 121 | 146 | 0 | 103 | 72 | 4 | 540 | 130 | 100 |
| Binary | 11110100 | 1010001 | 1100110 | 0 | 1000011 | 111010 | 100 | 101100000 | 1011000 | 1000000 |
Color Harmonies of #F45166
Complementary color
Monochromatic Colors of #F45166
Black with #F45166
Text Example
Text Example
White with #F45166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45166; }
p { color: rgb(244,81,102); }
H1.HeaderClassName
{
color: #F45166;
}
.AnyTagClassName
{
color: #F45166;
}
</style>
background-color css
<style>
a { background-color: #F45166; }
a { background-color: rgb(244,81,102); }
div.DivClassName
{
background-color: #F45166;
}
.BgClassName
{
background-color: #F45166;
}
</style>
border-color css
<style>
span { border-color: #F45166; }
span { border-color: rgb(244,81,102); }
td.TdClassName
{
border-color: #F45166;
}
.TagClassName
{
border-color: #F45166;
}
</style>