Shades of Violet #F99BFE
Tints of Violet #F99BFE
RGB
CMYK
RGB Variations
Color information
#F99BFE (or 0xF99BFE) is known color: Violet. HEX triplet: F9, 9B and FE. RGB value is (249,155,254). Sum of RGB (Red+Green+Blue) = 249+155+254=658 (87% of max value = 765). Red value is 249 (97.66% from 255 or 37.84% from 658); Green value is 155 (60.94% from 255 or 23.56% from 658); Blue value is 254 (99.61% from 255 or 38.60% from 658); Max value from RGB is 254 - color contains mainly: blue. Hex color #F99BFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F99BFE is #066401. Grayscale: #C2C2C2. Windows color (decimal): -418818 or 16686073. OLE color: 16686073.
HSL color Cylindrical-coordinate representation of color #F99BFE: hue angle of 296.97º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F99BFE is Cyan = 0.02, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 249 | 155 | 254 | - |
| CMYK | 0.02 | 0.39 | 0 | 0.00 |
| HSL | 296.97º | 0.98% | 0.8% | - |
| HSV(B) | 296.97º | 0.39% | 1% | - |
| XYZ | 68.68 | 50.74 | 99.94 | - |
| YUV | 194.39 | 161.64 | 166.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 155 | 254 | 0.02 | 0.39 | 0 | 0.00 | 296.97 | 0.98 | 0.8 |
| Hex | F9 | 9B | FE | 2 | 27 | 0 | 0 | 129 | 62 | 50 |
| Octal | 371 | 233 | 376 | 2 | 47 | 0 | 0 | 451 | 142 | 120 |
| Binary | 11111001 | 10011011 | 11111110 | 10 | 100111 | 0 | 0 | 100101001 | 1100010 | 1010000 |
Color Harmonies of #F99BFE
Complementary color
Monochromatic Colors of #F99BFE
Black with #F99BFE
Text Example
Text Example
White with #F99BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99BFE; }
p { color: rgb(249,155,254); }
H1.HeaderClassName
{
color: #F99BFE;
}
.AnyTagClassName
{
color: #F99BFE;
}
</style>
background-color css
<style>
a { background-color: #F99BFE; }
a { background-color: rgb(249,155,254); }
div.DivClassName
{
background-color: #F99BFE;
}
.BgClassName
{
background-color: #F99BFE;
}
</style>
border-color css
<style>
span { border-color: #F99BFE; }
span { border-color: rgb(249,155,254); }
td.TdClassName
{
border-color: #F99BFE;
}
.TagClassName
{
border-color: #F99BFE;
}
</style>