Shades of Violet #F99BFF
Tints of Violet #F99BFF
RGB
CMYK
RGB Variations
Color information
#F99BFF (or 0xF99BFF) is known color: Violet. HEX triplet: F9, 9B and FF. RGB value is (249,155,255). Sum of RGB (Red+Green+Blue) = 249+155+255=659 (87% of max value = 765). Red value is 249 (97.66% from 255 or 37.78% from 659); Green value is 155 (60.94% from 255 or 23.52% from 659); Blue value is 255 (100% from 255 or 38.69% from 659); Max value from RGB is 255 - color contains mainly: blue. Hex color #F99BFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F99BFF is #066400. Grayscale: #C2C2C2. Windows color (decimal): -418817 or 16751609. OLE color: 16751609.
HSL color Cylindrical-coordinate representation of color #F99BFF: hue angle of 296.4º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F99BFF is Cyan = 0.02, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 249 | 155 | 255 | - |
| CMYK | 0.02 | 0.39 | 0 | 0 |
| HSL | 296.4º | 1% | 0.8% | - |
| HSV(B) | 296.4º | 0.39% | 1% | - |
| XYZ | 68.84 | 50.8 | 100.79 | - |
| YUV | 194.51 | 162.14 | 166.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 155 | 255 | 0.02 | 0.39 | 0 | 0 | 296.4 | 1 | 0.8 |
| Hex | F9 | 9B | FF | 2 | 27 | 0 | 0 | 128 | 64 | 50 |
| Octal | 371 | 233 | 377 | 2 | 47 | 0 | 0 | 450 | 144 | 120 |
| Binary | 11111001 | 10011011 | 11111111 | 10 | 100111 | 0 | 0 | 100101000 | 1100100 | 1010000 |
Color Harmonies of #F99BFF
Complementary color
Monochromatic Colors of #F99BFF
Black with #F99BFF
Text Example
Text Example
White with #F99BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99BFF; }
p { color: rgb(249,155,255); }
H1.HeaderClassName
{
color: #F99BFF;
}
.AnyTagClassName
{
color: #F99BFF;
}
</style>
background-color css
<style>
a { background-color: #F99BFF; }
a { background-color: rgb(249,155,255); }
div.DivClassName
{
background-color: #F99BFF;
}
.BgClassName
{
background-color: #F99BFF;
}
</style>
border-color css
<style>
span { border-color: #F99BFF; }
span { border-color: rgb(249,155,255); }
td.TdClassName
{
border-color: #F99BFF;
}
.TagClassName
{
border-color: #F99BFF;
}
</style>