Shades of Wild Watermelon #F95C7A
Tints of Wild Watermelon #F95C7A
RGB
CMYK
RGB Variations
Color information
#F95C7A (or 0xF95C7A) is known color: Wild Watermelon. HEX triplet: F9, 5C and 7A. RGB value is (249,92,122). Sum of RGB (Red+Green+Blue) = 249+92+122=463 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.78% from 463); Green value is 92 (36.33% from 255 or 19.87% from 463); Blue value is 122 (48.05% from 255 or 26.35% from 463); Max value from RGB is 249 - color contains mainly: red. Hex color #F95C7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F95C7A is #06A385. Grayscale: #8E8E8E. Windows color (decimal): -435078 or 8019193. OLE color: 8019193.
HSL color Cylindrical-coordinate representation of color #F95C7A: hue angle of 348.54º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F95C7A is Cyan = 0, Magento = 0.63, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 92 | 122 | - |
| CMYK | 0 | 0.63 | 0.51 | 0.02 |
| HSL | 348.54º | 0.93% | 0.67% | - |
| HSV(B) | 348.54º | 0.63% | 0.98% | - |
| XYZ | 46.41 | 29.2 | 21.6 | - |
| YUV | 142.36 | 116.51 | 204.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 92 | 122 | 0 | 0.63 | 0.51 | 0.02 | 348.54 | 0.93 | 0.67 |
| Hex | F9 | 5C | 7A | 0 | 3F | 33 | 2 | 15D | 5D | 43 |
| Octal | 371 | 134 | 172 | 0 | 77 | 63 | 2 | 535 | 135 | 103 |
| Binary | 11111001 | 1011100 | 1111010 | 0 | 111111 | 110011 | 10 | 101011101 | 1011101 | 1000011 |
Color Harmonies of #F95C7A
Complementary color
Monochromatic Colors of #F95C7A
Black with #F95C7A
Text Example
Text Example
White with #F95C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F95C7A; }
p { color: rgb(249,92,122); }
H1.HeaderClassName
{
color: #F95C7A;
}
.AnyTagClassName
{
color: #F95C7A;
}
</style>
background-color css
<style>
a { background-color: #F95C7A; }
a { background-color: rgb(249,92,122); }
div.DivClassName
{
background-color: #F95C7A;
}
.BgClassName
{
background-color: #F95C7A;
}
</style>
border-color css
<style>
span { border-color: #F95C7A; }
span { border-color: rgb(249,92,122); }
td.TdClassName
{
border-color: #F95C7A;
}
.TagClassName
{
border-color: #F95C7A;
}
</style>