Shades of Violet #F995FF
Tints of Violet #F995FF
RGB
CMYK
RGB Variations
Color information
#F995FF (or 0xF995FF) is known color: Violet. HEX triplet: F9, 95 and FF. RGB value is (249,149,255). Sum of RGB (Red+Green+Blue) = 249+149+255=653 (86% of max value = 765). Red value is 249 (97.66% from 255 or 38.13% from 653); Green value is 149 (58.59% from 255 or 22.82% from 653); Blue value is 255 (100% from 255 or 39.05% from 653); Max value from RGB is 255 - color contains mainly: blue. Hex color #F995FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F995FF is #066A00. Grayscale: #BEBEBE. Windows color (decimal): -420353 or 16750073. OLE color: 16750073.
HSL color Cylindrical-coordinate representation of color #F995FF: hue angle of 296.6º 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 #F995FF is Cyan = 0.02, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 249 | 149 | 255 | - |
| CMYK | 0.02 | 0.42 | 0 | 0 |
| HSL | 296.6º | 1% | 0.79% | - |
| HSV(B) | 296.6º | 0.42% | 1% | - |
| XYZ | 67.86 | 48.85 | 100.46 | - |
| YUV | 190.98 | 164.13 | 169.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 149 | 255 | 0.02 | 0.42 | 0 | 0 | 296.6 | 1 | 0.79 |
| Hex | F9 | 95 | FF | 2 | 2A | 0 | 0 | 129 | 64 | 4F |
| Octal | 371 | 225 | 377 | 2 | 52 | 0 | 0 | 451 | 144 | 117 |
| Binary | 11111001 | 10010101 | 11111111 | 10 | 101010 | 0 | 0 | 100101001 | 1100100 | 1001111 |
Color Harmonies of #F995FF
Complementary color
Monochromatic Colors of #F995FF
Black with #F995FF
Text Example
Text Example
White with #F995FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F995FF; }
p { color: rgb(249,149,255); }
H1.HeaderClassName
{
color: #F995FF;
}
.AnyTagClassName
{
color: #F995FF;
}
</style>
background-color css
<style>
a { background-color: #F995FF; }
a { background-color: rgb(249,149,255); }
div.DivClassName
{
background-color: #F995FF;
}
.BgClassName
{
background-color: #F995FF;
}
</style>
border-color css
<style>
span { border-color: #F995FF; }
span { border-color: rgb(249,149,255); }
td.TdClassName
{
border-color: #F995FF;
}
.TagClassName
{
border-color: #F995FF;
}
</style>