Shades of Violet #F99CFB
Tints of Violet #F99CFB
RGB
CMYK
RGB Variations
Color information
#F99CFB (or 0xF99CFB) is known color: Violet. HEX triplet: F9, 9C and FB. RGB value is (249,156,251). Sum of RGB (Red+Green+Blue) = 249+156+251=656 (86% of max value = 765). Red value is 249 (97.66% from 255 or 37.96% from 656); Green value is 156 (61.33% from 255 or 23.78% from 656); Blue value is 251 (98.44% from 255 or 38.26% from 656); Max value from RGB is 251 - color contains mainly: blue. Hex color #F99CFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F99CFB is #066304. Grayscale: #C2C2C2. Windows color (decimal): -418565 or 16489721. OLE color: 16489721.
HSL color Cylindrical-coordinate representation of color #F99CFB: hue angle of 298.74º degrees, saturation: 0.92, 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 #F99CFB is Cyan = 0.01, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 156 | 251 | - |
| CMYK | 0.01 | 0.38 | 0 | 0.02 |
| HSL | 298.74º | 0.92% | 0.8% | - |
| HSV(B) | 298.74º | 0.38% | 0.98% | - |
| XYZ | 68.37 | 50.88 | 97.48 | - |
| YUV | 194.64 | 159.81 | 166.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 156 | 251 | 0.01 | 0.38 | 0 | 0.02 | 298.74 | 0.92 | 0.8 |
| Hex | F9 | 9C | FB | 1 | 26 | 0 | 2 | 12B | 5C | 50 |
| Octal | 371 | 234 | 373 | 1 | 46 | 0 | 2 | 453 | 134 | 120 |
| Binary | 11111001 | 10011100 | 11111011 | 1 | 100110 | 0 | 10 | 100101011 | 1011100 | 1010000 |
Color Harmonies of #F99CFB
Complementary color
Monochromatic Colors of #F99CFB
Black with #F99CFB
Text Example
Text Example
White with #F99CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99CFB; }
p { color: rgb(249,156,251); }
H1.HeaderClassName
{
color: #F99CFB;
}
.AnyTagClassName
{
color: #F99CFB;
}
</style>
background-color css
<style>
a { background-color: #F99CFB; }
a { background-color: rgb(249,156,251); }
div.DivClassName
{
background-color: #F99CFB;
}
.BgClassName
{
background-color: #F99CFB;
}
</style>
border-color css
<style>
span { border-color: #F99CFB; }
span { border-color: rgb(249,156,251); }
td.TdClassName
{
border-color: #F99CFB;
}
.TagClassName
{
border-color: #F99CFB;
}
</style>