Shades of Wild Watermelon #F45A6A
Tints of Wild Watermelon #F45A6A
RGB
CMYK
RGB Variations
Color information
#F45A6A (or 0xF45A6A) is known color: Wild Watermelon. HEX triplet: F4, 5A and 6A. RGB value is (244,90,106). Sum of RGB (Red+Green+Blue) = 244+90+106=440 (58% of max value = 765). Red value is 244 (95.70% from 255 or 55.45% from 440); Green value is 90 (35.55% from 255 or 20.45% from 440); Blue value is 106 (41.80% from 255 or 24.09% from 440); Max value from RGB is 244 - color contains mainly: red. Hex color #F45A6A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F45A6A is #0BA595. Grayscale: #898989. Windows color (decimal): -763286 or 6970100. OLE color: 6970100.
HSL color Cylindrical-coordinate representation of color #F45A6A: hue angle of 353.77º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F45A6A is Cyan = 0, Magento = 0.63, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 90 | 106 | - |
| CMYK | 0 | 0.63 | 0.57 | 0.04 |
| HSL | 353.77º | 0.88% | 0.65% | - |
| HSV(B) | 353.77º | 0.63% | 0.96% | - |
| XYZ | 43.57 | 27.59 | 16.66 | - |
| YUV | 137.87 | 110.02 | 203.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 90 | 106 | 0 | 0.63 | 0.57 | 0.04 | 353.77 | 0.88 | 0.65 |
| Hex | F4 | 5A | 6A | 0 | 3F | 39 | 4 | 162 | 58 | 41 |
| Octal | 364 | 132 | 152 | 0 | 77 | 71 | 4 | 542 | 130 | 101 |
| Binary | 11110100 | 1011010 | 1101010 | 0 | 111111 | 111001 | 100 | 101100010 | 1011000 | 1000001 |
Color Harmonies of #F45A6A
Complementary color
Monochromatic Colors of #F45A6A
Black with #F45A6A
Text Example
Text Example
White with #F45A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45A6A; }
p { color: rgb(244,90,106); }
H1.HeaderClassName
{
color: #F45A6A;
}
.AnyTagClassName
{
color: #F45A6A;
}
</style>
background-color css
<style>
a { background-color: #F45A6A; }
a { background-color: rgb(244,90,106); }
div.DivClassName
{
background-color: #F45A6A;
}
.BgClassName
{
background-color: #F45A6A;
}
</style>
border-color css
<style>
span { border-color: #F45A6A; }
span { border-color: rgb(244,90,106); }
td.TdClassName
{
border-color: #F45A6A;
}
.TagClassName
{
border-color: #F45A6A;
}
</style>