Shades of Violet #FF99FB
Tints of Violet #FF99FB
RGB
CMYK
RGB Variations
Color information
#FF99FB (or 0xFF99FB) is known color: Violet. HEX triplet: FF, 99 and FB. RGB value is (255,153,251). Sum of RGB (Red+Green+Blue) = 255+153+251=659 (87% of max value = 765). Red value is 255 (100% from 255 or 38.69% from 659); Green value is 153 (60.16% from 255 or 23.22% from 659); Blue value is 251 (98.44% from 255 or 38.09% from 659); Max value from RGB is 255 - color contains mainly: red. Hex color #FF99FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF99FB is #006604. Grayscale: #C2C2C2. Windows color (decimal): -26117 or 16488959. OLE color: 16488959.
HSL color Cylindrical-coordinate representation of color #FF99FB: hue angle of 302.35º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FF99FB is Cyan = 0, Magento = 0.4, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 153 | 251 | - |
| CMYK | 0 | 0.4 | 0.02 | 0 |
| HSL | 302.35º | 1% | 0.8% | - |
| HSV(B) | 302.35º | 0.4% | 1% | - |
| XYZ | 70.04 | 51.01 | 97.42 | - |
| YUV | 194.67 | 159.79 | 171.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 153 | 251 | 0 | 0.4 | 0.02 | 0 | 302.35 | 1 | 0.8 |
| Hex | FF | 99 | FB | 0 | 28 | 2 | 0 | 12E | 64 | 50 |
| Octal | 377 | 231 | 373 | 0 | 50 | 2 | 0 | 456 | 144 | 120 |
| Binary | 11111111 | 10011001 | 11111011 | 0 | 101000 | 10 | 0 | 100101110 | 1100100 | 1010000 |
Color Harmonies of #FF99FB
Complementary color
Monochromatic Colors of #FF99FB
Black with #FF99FB
Text Example
Text Example
White with #FF99FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF99FB; }
p { color: rgb(255,153,251); }
H1.HeaderClassName
{
color: #FF99FB;
}
.AnyTagClassName
{
color: #FF99FB;
}
</style>
background-color css
<style>
a { background-color: #FF99FB; }
a { background-color: rgb(255,153,251); }
div.DivClassName
{
background-color: #FF99FB;
}
.BgClassName
{
background-color: #FF99FB;
}
</style>
border-color css
<style>
span { border-color: #FF99FB; }
span { border-color: rgb(255,153,251); }
td.TdClassName
{
border-color: #FF99FB;
}
.TagClassName
{
border-color: #FF99FB;
}
</style>