Shades of Wild Watermelon #F45268
Tints of Wild Watermelon #F45268
RGB
CMYK
RGB Variations
Color information
#F45268 (or 0xF45268) is known color: Wild Watermelon. HEX triplet: F4, 52 and 68. RGB value is (244,82,104). Sum of RGB (Red+Green+Blue) = 244+82+104=430 (56% of max value = 765). Red value is 244 (95.70% from 255 or 56.74% from 430); Green value is 82 (32.42% from 255 or 19.07% from 430); Blue value is 104 (41.02% from 255 or 24.19% from 430); Max value from RGB is 244 - color contains mainly: red. Hex color #F45268 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F45268 is #0BAD97. Grayscale: #858585. Windows color (decimal): -765336 or 6836980. OLE color: 6836980.
HSL color Cylindrical-coordinate representation of color #F45268: hue angle of 351.85º 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 #F45268 is Cyan = 0, Magento = 0.66, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 82 | 104 | - |
| CMYK | 0 | 0.66 | 0.57 | 0.04 |
| HSL | 351.85º | 0.88% | 0.64% | - |
| HSV(B) | 351.85º | 0.66% | 0.96% | - |
| XYZ | 42.82 | 26.27 | 15.91 | - |
| YUV | 132.95 | 111.67 | 207.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 82 | 104 | 0 | 0.66 | 0.57 | 0.04 | 351.85 | 0.88 | 0.64 |
| Hex | F4 | 52 | 68 | 0 | 42 | 39 | 4 | 160 | 58 | 40 |
| Octal | 364 | 122 | 150 | 0 | 102 | 71 | 4 | 540 | 130 | 100 |
| Binary | 11110100 | 1010010 | 1101000 | 0 | 1000010 | 111001 | 100 | 101100000 | 1011000 | 1000000 |
Color Harmonies of #F45268
Complementary color
Monochromatic Colors of #F45268
Black with #F45268
Text Example
Text Example
White with #F45268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45268; }
p { color: rgb(244,82,104); }
H1.HeaderClassName
{
color: #F45268;
}
.AnyTagClassName
{
color: #F45268;
}
</style>
background-color css
<style>
a { background-color: #F45268; }
a { background-color: rgb(244,82,104); }
div.DivClassName
{
background-color: #F45268;
}
.BgClassName
{
background-color: #F45268;
}
</style>
border-color css
<style>
span { border-color: #F45268; }
span { border-color: rgb(244,82,104); }
td.TdClassName
{
border-color: #F45268;
}
.TagClassName
{
border-color: #F45268;
}
</style>