Shades of Wild Watermelon #F45467
Tints of Wild Watermelon #F45467
RGB
CMYK
RGB Variations
Color information
#F45467 (or 0xF45467) is known color: Wild Watermelon. HEX triplet: F4, 54 and 67. RGB value is (244,84,103). Sum of RGB (Red+Green+Blue) = 244+84+103=431 (57% of max value = 765). Red value is 244 (95.70% from 255 or 56.61% from 431); Green value is 84 (33.20% from 255 or 19.49% from 431); Blue value is 103 (40.62% from 255 or 23.90% from 431); Max value from RGB is 244 - color contains mainly: red. Hex color #F45467 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F45467 is #0BAB98. Grayscale: #868686. Windows color (decimal): -764825 or 6771956. OLE color: 6771956.
HSL color Cylindrical-coordinate representation of color #F45467: hue angle of 352.88º 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 #F45467 is Cyan = 0, Magento = 0.66, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 84 | 103 | - |
| CMYK | 0 | 0.66 | 0.58 | 0.04 |
| HSL | 352.88º | 0.88% | 0.64% | - |
| HSV(B) | 352.88º | 0.66% | 0.96% | - |
| XYZ | 42.93 | 26.55 | 15.69 | - |
| YUV | 134.01 | 110.51 | 206.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 84 | 103 | 0 | 0.66 | 0.58 | 0.04 | 352.88 | 0.88 | 0.64 |
| Hex | F4 | 54 | 67 | 0 | 42 | 3A | 4 | 161 | 58 | 40 |
| Octal | 364 | 124 | 147 | 0 | 102 | 72 | 4 | 541 | 130 | 100 |
| Binary | 11110100 | 1010100 | 1100111 | 0 | 1000010 | 111010 | 100 | 101100001 | 1011000 | 1000000 |
Color Harmonies of #F45467
Complementary color
Monochromatic Colors of #F45467
Black with #F45467
Text Example
Text Example
White with #F45467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45467; }
p { color: rgb(244,84,103); }
H1.HeaderClassName
{
color: #F45467;
}
.AnyTagClassName
{
color: #F45467;
}
</style>
background-color css
<style>
a { background-color: #F45467; }
a { background-color: rgb(244,84,103); }
div.DivClassName
{
background-color: #F45467;
}
.BgClassName
{
background-color: #F45467;
}
</style>
border-color css
<style>
span { border-color: #F45467; }
span { border-color: rgb(244,84,103); }
td.TdClassName
{
border-color: #F45467;
}
.TagClassName
{
border-color: #F45467;
}
</style>