Shades of Violet #F99CFD
Tints of Violet #F99CFD
RGB
CMYK
RGB Variations
Color information
#F99CFD (or 0xF99CFD) is known color: Violet. HEX triplet: F9, 9C and FD. RGB value is (249,156,253). Sum of RGB (Red+Green+Blue) = 249+156+253=658 (87% of max value = 765). Red value is 249 (97.66% from 255 or 37.84% from 658); Green value is 156 (61.33% from 255 or 23.71% from 658); Blue value is 253 (99.22% from 255 or 38.45% from 658); Max value from RGB is 253 - color contains mainly: blue. Hex color #F99CFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F99CFD is #066302. Grayscale: #C2C2C2. Windows color (decimal): -418563 or 16620793. OLE color: 16620793.
HSL color Cylindrical-coordinate representation of color #F99CFD: hue angle of 297.53º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F99CFD is Cyan = 0.02, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 249 | 156 | 253 | - |
| CMYK | 0.02 | 0.38 | 0 | 0.01 |
| HSL | 297.53º | 0.96% | 0.8% | - |
| HSV(B) | 297.53º | 0.38% | 0.99% | - |
| XYZ | 68.69 | 51.01 | 99.15 | - |
| YUV | 194.87 | 160.81 | 166.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 156 | 253 | 0.02 | 0.38 | 0 | 0.01 | 297.53 | 0.96 | 0.8 |
| Hex | F9 | 9C | FD | 2 | 26 | 0 | 1 | 12A | 60 | 50 |
| Octal | 371 | 234 | 375 | 2 | 46 | 0 | 1 | 452 | 140 | 120 |
| Binary | 11111001 | 10011100 | 11111101 | 10 | 100110 | 0 | 1 | 100101010 | 1100000 | 1010000 |
Color Harmonies of #F99CFD
Complementary color
Monochromatic Colors of #F99CFD
Black with #F99CFD
Text Example
Text Example
White with #F99CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99CFD; }
p { color: rgb(249,156,253); }
H1.HeaderClassName
{
color: #F99CFD;
}
.AnyTagClassName
{
color: #F99CFD;
}
</style>
background-color css
<style>
a { background-color: #F99CFD; }
a { background-color: rgb(249,156,253); }
div.DivClassName
{
background-color: #F99CFD;
}
.BgClassName
{
background-color: #F99CFD;
}
</style>
border-color css
<style>
span { border-color: #F99CFD; }
span { border-color: rgb(249,156,253); }
td.TdClassName
{
border-color: #F99CFD;
}
.TagClassName
{
border-color: #F99CFD;
}
</style>