Shades of Violet #F997FB
Tints of Violet #F997FB
RGB
CMYK
RGB Variations
Color information
#F997FB (or 0xF997FB) is known color: Violet. HEX triplet: F9, 97 and FB. RGB value is (249,151,251). Sum of RGB (Red+Green+Blue) = 249+151+251=651 (86% of max value = 765). Red value is 249 (97.66% from 255 or 38.25% from 651); Green value is 151 (59.38% from 255 or 23.20% from 651); Blue value is 251 (98.44% from 255 or 38.56% from 651); Max value from RGB is 251 - color contains mainly: blue. Hex color #F997FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F997FB is #066804. Grayscale: #BFBFBF. Windows color (decimal): -419845 or 16488441. OLE color: 16488441.
HSL color Cylindrical-coordinate representation of color #F997FB: hue angle of 298.8º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F997FB is Cyan = 0.01, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 151 | 251 | - |
| CMYK | 0.01 | 0.40 | 0 | 0.02 |
| HSL | 298.8º | 0.93% | 0.79% | - |
| HSV(B) | 298.8º | 0.4% | 0.98% | - |
| XYZ | 67.55 | 49.24 | 97.21 | - |
| YUV | 191.7 | 161.47 | 168.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 151 | 251 | 0.01 | 0.40 | 0 | 0.02 | 298.8 | 0.93 | 0.79 |
| Hex | F9 | 97 | FB | 1 | 28 | 0 | 2 | 12B | 5D | 4F |
| Octal | 371 | 227 | 373 | 1 | 50 | 0 | 2 | 453 | 135 | 117 |
| Binary | 11111001 | 10010111 | 11111011 | 1 | 101000 | 0 | 10 | 100101011 | 1011101 | 1001111 |
Color Harmonies of #F997FB
Complementary color
Monochromatic Colors of #F997FB
Black with #F997FB
Text Example
Text Example
White with #F997FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F997FB; }
p { color: rgb(249,151,251); }
H1.HeaderClassName
{
color: #F997FB;
}
.AnyTagClassName
{
color: #F997FB;
}
</style>
background-color css
<style>
a { background-color: #F997FB; }
a { background-color: rgb(249,151,251); }
div.DivClassName
{
background-color: #F997FB;
}
.BgClassName
{
background-color: #F997FB;
}
</style>
border-color css
<style>
span { border-color: #F997FB; }
span { border-color: rgb(249,151,251); }
td.TdClassName
{
border-color: #F997FB;
}
.TagClassName
{
border-color: #F997FB;
}
</style>