Shades of Wild Watermelon #F45266
Tints of Wild Watermelon #F45266
RGB
CMYK
RGB Variations
Color information
#F45266 (or 0xF45266) is known color: Wild Watermelon. HEX triplet: F4, 52 and 66. RGB value is (244,82,102). Sum of RGB (Red+Green+Blue) = 244+82+102=428 (56% of max value = 765). Red value is 244 (95.70% from 255 or 57.01% from 428); Green value is 82 (32.42% from 255 or 19.16% from 428); Blue value is 102 (40.23% from 255 or 23.83% from 428); Max value from RGB is 244 - color contains mainly: red. Hex color #F45266 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F45266 is #0BAD99. Grayscale: #848484. Windows color (decimal): -765338 or 6705908. OLE color: 6705908.
HSL color Cylindrical-coordinate representation of color #F45266: hue angle of 352.59º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F45266 is Cyan = 0, Magento = 0.66, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 82 | 102 | - |
| CMYK | 0 | 0.66 | 0.58 | 0.04 |
| HSL | 352.59º | 0.88% | 0.64% | - |
| HSV(B) | 352.59º | 0.66% | 0.96% | - |
| XYZ | 42.72 | 26.23 | 15.38 | - |
| YUV | 132.72 | 110.67 | 207.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 82 | 102 | 0 | 0.66 | 0.58 | 0.04 | 352.59 | 0.88 | 0.64 |
| Hex | F4 | 52 | 66 | 0 | 42 | 3A | 4 | 161 | 58 | 40 |
| Octal | 364 | 122 | 146 | 0 | 102 | 72 | 4 | 541 | 130 | 100 |
| Binary | 11110100 | 1010010 | 1100110 | 0 | 1000010 | 111010 | 100 | 101100001 | 1011000 | 1000000 |
Color Harmonies of #F45266
Complementary color
Monochromatic Colors of #F45266
Black with #F45266
Text Example
Text Example
White with #F45266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45266; }
p { color: rgb(244,82,102); }
H1.HeaderClassName
{
color: #F45266;
}
.AnyTagClassName
{
color: #F45266;
}
</style>
background-color css
<style>
a { background-color: #F45266; }
a { background-color: rgb(244,82,102); }
div.DivClassName
{
background-color: #F45266;
}
.BgClassName
{
background-color: #F45266;
}
</style>
border-color css
<style>
span { border-color: #F45266; }
span { border-color: rgb(244,82,102); }
td.TdClassName
{
border-color: #F45266;
}
.TagClassName
{
border-color: #F45266;
}
</style>