Shades of Wild Watermelon #F45A7B
Tints of Wild Watermelon #F45A7B
RGB
CMYK
RGB Variations
Color information
#F45A7B (or 0xF45A7B) is known color: Wild Watermelon. HEX triplet: F4, 5A and 7B. RGB value is (244,90,123). Sum of RGB (Red+Green+Blue) = 244+90+123=457 (60% of max value = 765). Red value is 244 (95.70% from 255 or 53.39% from 457); Green value is 90 (35.55% from 255 or 19.69% from 457); Blue value is 123 (48.44% from 255 or 26.91% from 457); Max value from RGB is 244 - color contains mainly: red. Hex color #F45A7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F45A7B is #0BA584. Grayscale: #8B8B8B. Windows color (decimal): -763269 or 8084212. OLE color: 8084212.
HSL color Cylindrical-coordinate representation of color #F45A7B: hue angle of 347.14º 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 #F45A7B is Cyan = 0, Magento = 0.63, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 90 | 123 | - |
| CMYK | 0 | 0.63 | 0.50 | 0.04 |
| HSL | 347.14º | 0.88% | 0.65% | - |
| HSV(B) | 347.14º | 0.63% | 0.96% | - |
| XYZ | 44.54 | 27.98 | 21.79 | - |
| YUV | 139.81 | 118.52 | 202.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 90 | 123 | 0 | 0.63 | 0.50 | 0.04 | 347.14 | 0.88 | 0.65 |
| Hex | F4 | 5A | 7B | 0 | 3F | 32 | 4 | 15B | 58 | 41 |
| Octal | 364 | 132 | 173 | 0 | 77 | 62 | 4 | 533 | 130 | 101 |
| Binary | 11110100 | 1011010 | 1111011 | 0 | 111111 | 110010 | 100 | 101011011 | 1011000 | 1000001 |
Color Harmonies of #F45A7B
Complementary color
Monochromatic Colors of #F45A7B
Black with #F45A7B
Text Example
Text Example
White with #F45A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45A7B; }
p { color: rgb(244,90,123); }
H1.HeaderClassName
{
color: #F45A7B;
}
.AnyTagClassName
{
color: #F45A7B;
}
</style>
background-color css
<style>
a { background-color: #F45A7B; }
a { background-color: rgb(244,90,123); }
div.DivClassName
{
background-color: #F45A7B;
}
.BgClassName
{
background-color: #F45A7B;
}
</style>
border-color css
<style>
span { border-color: #F45A7B; }
span { border-color: rgb(244,90,123); }
td.TdClassName
{
border-color: #F45A7B;
}
.TagClassName
{
border-color: #F45A7B;
}
</style>