Shades of Violet #F99BFD
Tints of Violet #F99BFD
RGB
CMYK
RGB Variations
Color information
#F99BFD (or 0xF99BFD) is known color: Violet. HEX triplet: F9, 9B and FD. RGB value is (249,155,253). Sum of RGB (Red+Green+Blue) = 249+155+253=657 (87% of max value = 765). Red value is 249 (97.66% from 255 or 37.90% from 657); Green value is 155 (60.94% from 255 or 23.59% from 657); Blue value is 253 (99.22% from 255 or 38.51% from 657); Max value from RGB is 253 - color contains mainly: blue. Hex color #F99BFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F99BFD is #066402. Grayscale: #C1C1C1. Windows color (decimal): -418819 or 16620537. OLE color: 16620537.
HSL color Cylindrical-coordinate representation of color #F99BFD: hue angle of 297.55º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F99BFD is Cyan = 0.02, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 249 | 155 | 253 | - |
| CMYK | 0.02 | 0.39 | 0 | 0.01 |
| HSL | 297.55º | 0.96% | 0.8% | - |
| HSV(B) | 297.55º | 0.39% | 0.99% | - |
| XYZ | 68.52 | 50.67 | 99.1 | - |
| YUV | 194.28 | 161.14 | 167.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 155 | 253 | 0.02 | 0.39 | 0 | 0.01 | 297.55 | 0.96 | 0.8 |
| Hex | F9 | 9B | FD | 2 | 27 | 0 | 1 | 12A | 60 | 50 |
| Octal | 371 | 233 | 375 | 2 | 47 | 0 | 1 | 452 | 140 | 120 |
| Binary | 11111001 | 10011011 | 11111101 | 10 | 100111 | 0 | 1 | 100101010 | 1100000 | 1010000 |
Color Harmonies of #F99BFD
Complementary color
Monochromatic Colors of #F99BFD
Black with #F99BFD
Text Example
Text Example
White with #F99BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99BFD; }
p { color: rgb(249,155,253); }
H1.HeaderClassName
{
color: #F99BFD;
}
.AnyTagClassName
{
color: #F99BFD;
}
</style>
background-color css
<style>
a { background-color: #F99BFD; }
a { background-color: rgb(249,155,253); }
div.DivClassName
{
background-color: #F99BFD;
}
.BgClassName
{
background-color: #F99BFD;
}
</style>
border-color css
<style>
span { border-color: #F99BFD; }
span { border-color: rgb(249,155,253); }
td.TdClassName
{
border-color: #F99BFD;
}
.TagClassName
{
border-color: #F99BFD;
}
</style>