Shades of Violet #F992FC
Tints of Violet #F992FC
RGB
CMYK
RGB Variations
Color information
#F992FC (or 0xF992FC) is known color: Violet. HEX triplet: F9, 92 and FC. RGB value is (249,146,252). Sum of RGB (Red+Green+Blue) = 249+146+252=647 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.49% from 647); Green value is 146 (57.42% from 255 or 22.57% from 647); Blue value is 252 (98.83% from 255 or 38.95% from 647); Max value from RGB is 252 - color contains mainly: blue. Hex color #F992FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F992FC is #066D03. Grayscale: #BCBCBC. Windows color (decimal): -421124 or 16552697. OLE color: 16552697.
HSL color Cylindrical-coordinate representation of color #F992FC: hue angle of 298.3º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F992FC is Cyan = 0.01, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 249 | 146 | 252 | - |
| CMYK | 0.01 | 0.42 | 0 | 0.01 |
| HSL | 298.3º | 0.95% | 0.78% | - |
| HSV(B) | 298.3º | 0.42% | 0.99% | - |
| XYZ | 66.92 | 47.73 | 97.78 | - |
| YUV | 188.88 | 163.62 | 170.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 146 | 252 | 0.01 | 0.42 | 0 | 0.01 | 298.3 | 0.95 | 0.78 |
| Hex | F9 | 92 | FC | 1 | 2A | 0 | 1 | 12A | 5F | 4E |
| Octal | 371 | 222 | 374 | 1 | 52 | 0 | 1 | 452 | 137 | 116 |
| Binary | 11111001 | 10010010 | 11111100 | 1 | 101010 | 0 | 1 | 100101010 | 1011111 | 1001110 |
Color Harmonies of #F992FC
Complementary color
Monochromatic Colors of #F992FC
Black with #F992FC
Text Example
Text Example
White with #F992FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F992FC; }
p { color: rgb(249,146,252); }
H1.HeaderClassName
{
color: #F992FC;
}
.AnyTagClassName
{
color: #F992FC;
}
</style>
background-color css
<style>
a { background-color: #F992FC; }
a { background-color: rgb(249,146,252); }
div.DivClassName
{
background-color: #F992FC;
}
.BgClassName
{
background-color: #F992FC;
}
</style>
border-color css
<style>
span { border-color: #F992FC; }
span { border-color: rgb(249,146,252); }
td.TdClassName
{
border-color: #F992FC;
}
.TagClassName
{
border-color: #F992FC;
}
</style>