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