Shades of Violet #F99CFA
Tints of Violet #F99CFA
RGB
CMYK
RGB Variations
Color information
#F99CFA (or 0xF99CFA) is known color: Violet. HEX triplet: F9, 9C and FA. RGB value is (249,156,250). Sum of RGB (Red+Green+Blue) = 249+156+250=655 (86% of max value = 765). Red value is 249 (97.66% from 255 or 38.02% from 655); Green value is 156 (61.33% from 255 or 23.82% from 655); Blue value is 250 (98.05% from 255 or 38.17% from 655); Max value from RGB is 250 - color contains mainly: blue. Hex color #F99CFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F99CFA is #066305. Grayscale: #C2C2C2. Windows color (decimal): -418566 or 16424185. OLE color: 16424185.
HSL color Cylindrical-coordinate representation of color #F99CFA: hue angle of 299.36º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F99CFA is Cyan = 0.00, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 156 | 250 | - |
| CMYK | 0.00 | 0.38 | 0 | 0.02 |
| HSL | 299.36º | 0.9% | 0.8% | - |
| HSV(B) | 299.36º | 0.38% | 0.98% | - |
| XYZ | 68.21 | 50.82 | 96.66 | - |
| YUV | 194.52 | 159.31 | 166.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 156 | 250 | 0.00 | 0.38 | 0 | 0.02 | 299.36 | 0.9 | 0.8 |
| Hex | F9 | 9C | FA | 0 | 26 | 0 | 2 | 12B | 5A | 50 |
| Octal | 371 | 234 | 372 | 0 | 46 | 0 | 2 | 453 | 132 | 120 |
| Binary | 11111001 | 10011100 | 11111010 | 0 | 100110 | 0 | 10 | 100101011 | 1011010 | 1010000 |
Color Harmonies of #F99CFA
Complementary color
Monochromatic Colors of #F99CFA
Black with #F99CFA
Text Example
Text Example
White with #F99CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99CFA; }
p { color: rgb(249,156,250); }
H1.HeaderClassName
{
color: #F99CFA;
}
.AnyTagClassName
{
color: #F99CFA;
}
</style>
background-color css
<style>
a { background-color: #F99CFA; }
a { background-color: rgb(249,156,250); }
div.DivClassName
{
background-color: #F99CFA;
}
.BgClassName
{
background-color: #F99CFA;
}
</style>
border-color css
<style>
span { border-color: #F99CFA; }
span { border-color: rgb(249,156,250); }
td.TdClassName
{
border-color: #F99CFA;
}
.TagClassName
{
border-color: #F99CFA;
}
</style>