Shades of Wild Watermelon #F95E7A
Tints of Wild Watermelon #F95E7A
RGB
CMYK
RGB Variations
Color information
#F95E7A (or 0xF95E7A) is known color: Wild Watermelon. HEX triplet: F9, 5E and 7A. RGB value is (249,94,122). Sum of RGB (Red+Green+Blue) = 249+94+122=465 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.55% from 465); Green value is 94 (37.11% from 255 or 20.22% from 465); Blue value is 122 (48.05% from 255 or 26.24% from 465); Max value from RGB is 249 - color contains mainly: red. Hex color #F95E7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F95E7A is #06A185. Grayscale: #8F8F8F. Windows color (decimal): -434566 or 8019705. OLE color: 8019705.
HSL color Cylindrical-coordinate representation of color #F95E7A: hue angle of 349.16º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F95E7A is Cyan = 0, Magento = 0.62, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 94 | 122 | - |
| CMYK | 0 | 0.62 | 0.51 | 0.02 |
| HSL | 349.16º | 0.93% | 0.67% | - |
| HSV(B) | 349.16º | 0.62% | 0.98% | - |
| XYZ | 46.58 | 29.55 | 21.66 | - |
| YUV | 143.54 | 115.85 | 203.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 94 | 122 | 0 | 0.62 | 0.51 | 0.02 | 349.16 | 0.93 | 0.67 |
| Hex | F9 | 5E | 7A | 0 | 3E | 33 | 2 | 15D | 5D | 43 |
| Octal | 371 | 136 | 172 | 0 | 76 | 63 | 2 | 535 | 135 | 103 |
| Binary | 11111001 | 1011110 | 1111010 | 0 | 111110 | 110011 | 10 | 101011101 | 1011101 | 1000011 |
Color Harmonies of #F95E7A
Complementary color
Monochromatic Colors of #F95E7A
Black with #F95E7A
Text Example
Text Example
White with #F95E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F95E7A; }
p { color: rgb(249,94,122); }
H1.HeaderClassName
{
color: #F95E7A;
}
.AnyTagClassName
{
color: #F95E7A;
}
</style>
background-color css
<style>
a { background-color: #F95E7A; }
a { background-color: rgb(249,94,122); }
div.DivClassName
{
background-color: #F95E7A;
}
.BgClassName
{
background-color: #F95E7A;
}
</style>
border-color css
<style>
span { border-color: #F95E7A; }
span { border-color: rgb(249,94,122); }
td.TdClassName
{
border-color: #F95E7A;
}
.TagClassName
{
border-color: #F95E7A;
}
</style>