Shades of Violet #FB94FF
Tints of Violet #FB94FF
RGB
CMYK
RGB Variations
Color information
#FB94FF (or 0xFB94FF) is known color: Violet. HEX triplet: FB, 94 and FF. RGB value is (251,148,255). Sum of RGB (Red+Green+Blue) = 251+148+255=654 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.38% from 654); Green value is 148 (58.20% from 255 or 22.63% from 654); Blue value is 255 (100% from 255 or 38.99% from 654); Max value from RGB is 255 - color contains mainly: blue. Hex color #FB94FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB94FF is #046B00. Grayscale: #BEBEBE. Windows color (decimal): -289537 or 16749819. OLE color: 16749819.
HSL color Cylindrical-coordinate representation of color #FB94FF: hue angle of 297.76º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FB94FF is Cyan = 0.02, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 251 | 148 | 255 | - |
| CMYK | 0.02 | 0.42 | 0 | 0 |
| HSL | 297.76º | 1% | 0.79% | - |
| HSV(B) | 297.76º | 0.42% | 1% | - |
| XYZ | 68.42 | 48.91 | 100.44 | - |
| YUV | 191 | 164.12 | 170.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 148 | 255 | 0.02 | 0.42 | 0 | 0 | 297.76 | 1 | 0.79 |
| Hex | FB | 94 | FF | 2 | 2A | 0 | 0 | 12A | 64 | 4F |
| Octal | 373 | 224 | 377 | 2 | 52 | 0 | 0 | 452 | 144 | 117 |
| Binary | 11111011 | 10010100 | 11111111 | 10 | 101010 | 0 | 0 | 100101010 | 1100100 | 1001111 |
Color Harmonies of #FB94FF
Complementary color
Monochromatic Colors of #FB94FF
Black with #FB94FF
Text Example
Text Example
White with #FB94FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB94FF; }
p { color: rgb(251,148,255); }
H1.HeaderClassName
{
color: #FB94FF;
}
.AnyTagClassName
{
color: #FB94FF;
}
</style>
background-color css
<style>
a { background-color: #FB94FF; }
a { background-color: rgb(251,148,255); }
div.DivClassName
{
background-color: #FB94FF;
}
.BgClassName
{
background-color: #FB94FF;
}
</style>
border-color css
<style>
span { border-color: #FB94FF; }
span { border-color: rgb(251,148,255); }
td.TdClassName
{
border-color: #FB94FF;
}
.TagClassName
{
border-color: #FB94FF;
}
</style>