Shades of Violet #F97BF1
Tints of Violet #F97BF1
RGB
CMYK
RGB Variations
Color information
#F97BF1 (or 0xF97BF1) is known color: Violet. HEX triplet: F9, 7B and F1. RGB value is (249,123,241). Sum of RGB (Red+Green+Blue) = 249+123+241=613 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.62% from 613); Green value is 123 (48.44% from 255 or 20.07% from 613); Blue value is 241 (94.53% from 255 or 39.31% from 613); Max value from RGB is 249 - color contains mainly: red. Hex color #F97BF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F97BF1 is #06840E. Grayscale: #ADADAD. Windows color (decimal): -427023 or 15825913. OLE color: 15825913.
HSL color Cylindrical-coordinate representation of color #F97BF1: hue angle of 303.81º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F97BF1 is Cyan = 0, Magento = 0.51, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 123 | 241 | - |
| CMYK | 0 | 0.51 | 0.03 | 0.02 |
| HSL | 303.81º | 0.91% | 0.73% | - |
| HSV(B) | 303.81º | 0.51% | 0.98% | - |
| XYZ | 62.03 | 40.66 | 87.8 | - |
| YUV | 174.13 | 165.74 | 181.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 123 | 241 | 0 | 0.51 | 0.03 | 0.02 | 303.81 | 0.91 | 0.73 |
| Hex | F9 | 7B | F1 | 0 | 33 | 3 | 2 | 130 | 5B | 49 |
| Octal | 371 | 173 | 361 | 0 | 63 | 3 | 2 | 460 | 133 | 111 |
| Binary | 11111001 | 1111011 | 11110001 | 0 | 110011 | 11 | 10 | 100110000 | 1011011 | 1001001 |
Color Harmonies of #F97BF1
Complementary color
Monochromatic Colors of #F97BF1
Black with #F97BF1
Text Example
Text Example
White with #F97BF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F97BF1; }
p { color: rgb(249,123,241); }
H1.HeaderClassName
{
color: #F97BF1;
}
.AnyTagClassName
{
color: #F97BF1;
}
</style>
background-color css
<style>
a { background-color: #F97BF1; }
a { background-color: rgb(249,123,241); }
div.DivClassName
{
background-color: #F97BF1;
}
.BgClassName
{
background-color: #F97BF1;
}
</style>
border-color css
<style>
span { border-color: #F97BF1; }
span { border-color: rgb(249,123,241); }
td.TdClassName
{
border-color: #F97BF1;
}
.TagClassName
{
border-color: #F97BF1;
}
</style>