Shades of Violet #F997F7
Tints of Violet #F997F7
RGB
CMYK
RGB Variations
Color information
#F997F7 (or 0xF997F7) is known color: Violet. HEX triplet: F9, 97 and F7. RGB value is (249,151,247). Sum of RGB (Red+Green+Blue) = 249+151+247=647 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.49% from 647); Green value is 151 (59.38% from 255 or 23.34% from 647); Blue value is 247 (96.88% from 255 or 38.18% from 647); Max value from RGB is 249 - color contains mainly: red. Hex color #F997F7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F997F7 is #066808. Grayscale: #BEBEBE. Windows color (decimal): -419849 or 16226297. OLE color: 16226297.
HSL color Cylindrical-coordinate representation of color #F997F7: hue angle of 301.22º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F997F7 is Cyan = 0, Magento = 0.39, Yellow = 0.01 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 151 | 247 | - |
| CMYK | 0 | 0.39 | 0.01 | 0.02 |
| HSL | 301.22º | 0.89% | 0.78% | - |
| HSV(B) | 301.22º | 0.39% | 0.98% | - |
| XYZ | 66.92 | 48.99 | 93.92 | - |
| YUV | 191.25 | 159.47 | 169.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 151 | 247 | 0 | 0.39 | 0.01 | 0.02 | 301.22 | 0.89 | 0.78 |
| Hex | F9 | 97 | F7 | 0 | 27 | 1 | 2 | 12D | 59 | 4E |
| Octal | 371 | 227 | 367 | 0 | 47 | 1 | 2 | 455 | 131 | 116 |
| Binary | 11111001 | 10010111 | 11110111 | 0 | 100111 | 1 | 10 | 100101101 | 1011001 | 1001110 |
Color Harmonies of #F997F7
Complementary color
Monochromatic Colors of #F997F7
Black with #F997F7
Text Example
Text Example
White with #F997F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F997F7; }
p { color: rgb(249,151,247); }
H1.HeaderClassName
{
color: #F997F7;
}
.AnyTagClassName
{
color: #F997F7;
}
</style>
background-color css
<style>
a { background-color: #F997F7; }
a { background-color: rgb(249,151,247); }
div.DivClassName
{
background-color: #F997F7;
}
.BgClassName
{
background-color: #F997F7;
}
</style>
border-color css
<style>
span { border-color: #F997F7; }
span { border-color: rgb(249,151,247); }
td.TdClassName
{
border-color: #F997F7;
}
.TagClassName
{
border-color: #F997F7;
}
</style>