Shades of Wild Watermelon #F45066
Tints of Wild Watermelon #F45066
RGB
CMYK
RGB Variations
Color information
#F45066 (or 0xF45066) is known color: Wild Watermelon. HEX triplet: F4, 50 and 66. RGB value is (244,80,102). Sum of RGB (Red+Green+Blue) = 244+80+102=426 (56% of max value = 765). Red value is 244 (95.70% from 255 or 57.28% from 426); Green value is 80 (31.64% from 255 or 18.78% from 426); Blue value is 102 (40.23% from 255 or 23.94% from 426); Max value from RGB is 244 - color contains mainly: red. Hex color #F45066 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F45066 is #0BAF99. Grayscale: #838383. Windows color (decimal): -765850 or 6705396. OLE color: 6705396.
HSL color Cylindrical-coordinate representation of color #F45066: hue angle of 351.95º 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 #F45066 is Cyan = 0, Magento = 0.67, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 80 | 102 | - |
| CMYK | 0 | 0.67 | 0.58 | 0.04 |
| HSL | 351.95º | 0.88% | 0.64% | - |
| HSV(B) | 351.95º | 0.67% | 0.96% | - |
| XYZ | 42.58 | 25.93 | 15.33 | - |
| YUV | 131.54 | 111.33 | 208.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 80 | 102 | 0 | 0.67 | 0.58 | 0.04 | 351.95 | 0.88 | 0.64 |
| Hex | F4 | 50 | 66 | 0 | 43 | 3A | 4 | 160 | 58 | 40 |
| Octal | 364 | 120 | 146 | 0 | 103 | 72 | 4 | 540 | 130 | 100 |
| Binary | 11110100 | 1010000 | 1100110 | 0 | 1000011 | 111010 | 100 | 101100000 | 1011000 | 1000000 |
Color Harmonies of #F45066
Complementary color
Monochromatic Colors of #F45066
Black with #F45066
Text Example
Text Example
White with #F45066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45066; }
p { color: rgb(244,80,102); }
H1.HeaderClassName
{
color: #F45066;
}
.AnyTagClassName
{
color: #F45066;
}
</style>
background-color css
<style>
a { background-color: #F45066; }
a { background-color: rgb(244,80,102); }
div.DivClassName
{
background-color: #F45066;
}
.BgClassName
{
background-color: #F45066;
}
</style>
border-color css
<style>
span { border-color: #F45066; }
span { border-color: rgb(244,80,102); }
td.TdClassName
{
border-color: #F45066;
}
.TagClassName
{
border-color: #F45066;
}
</style>