Shades of Wild Watermelon #F95C7B
Tints of Wild Watermelon #F95C7B
RGB
CMYK
RGB Variations
Color information
#F95C7B (or 0xF95C7B) is known color: Wild Watermelon. HEX triplet: F9, 5C and 7B. RGB value is (249,92,123). Sum of RGB (Red+Green+Blue) = 249+92+123=464 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.66% from 464); Green value is 92 (36.33% from 255 or 19.83% from 464); Blue value is 123 (48.44% from 255 or 26.51% from 464); Max value from RGB is 249 - color contains mainly: red. Hex color #F95C7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F95C7B is #06A384. Grayscale: #8E8E8E. Windows color (decimal): -435077 or 8084729. OLE color: 8084729.
HSL color Cylindrical-coordinate representation of color #F95C7B: hue angle of 348.15º 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 #F95C7B is Cyan = 0, Magento = 0.63, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 92 | 123 | - |
| CMYK | 0 | 0.63 | 0.51 | 0.02 |
| HSL | 348.15º | 0.93% | 0.67% | - |
| HSV(B) | 348.15º | 0.63% | 0.98% | - |
| XYZ | 46.47 | 29.22 | 21.93 | - |
| YUV | 142.48 | 117.01 | 203.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 92 | 123 | 0 | 0.63 | 0.51 | 0.02 | 348.15 | 0.93 | 0.67 |
| Hex | F9 | 5C | 7B | 0 | 3F | 33 | 2 | 15C | 5D | 43 |
| Octal | 371 | 134 | 173 | 0 | 77 | 63 | 2 | 534 | 135 | 103 |
| Binary | 11111001 | 1011100 | 1111011 | 0 | 111111 | 110011 | 10 | 101011100 | 1011101 | 1000011 |
Color Harmonies of #F95C7B
Complementary color
Monochromatic Colors of #F95C7B
Black with #F95C7B
Text Example
Text Example
White with #F95C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F95C7B; }
p { color: rgb(249,92,123); }
H1.HeaderClassName
{
color: #F95C7B;
}
.AnyTagClassName
{
color: #F95C7B;
}
</style>
background-color css
<style>
a { background-color: #F95C7B; }
a { background-color: rgb(249,92,123); }
div.DivClassName
{
background-color: #F95C7B;
}
.BgClassName
{
background-color: #F95C7B;
}
</style>
border-color css
<style>
span { border-color: #F95C7B; }
span { border-color: rgb(249,92,123); }
td.TdClassName
{
border-color: #F95C7B;
}
.TagClassName
{
border-color: #F95C7B;
}
</style>