Shades of Violet #F995F5
Tints of Violet #F995F5
RGB
CMYK
RGB Variations
Color information
#F995F5 (or 0xF995F5) is known color: Violet. HEX triplet: F9, 95 and F5. RGB value is (249,149,245). Sum of RGB (Red+Green+Blue) = 249+149+245=643 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.72% from 643); Green value is 149 (58.59% from 255 or 23.17% from 643); Blue value is 245 (96.09% from 255 or 38.10% from 643); Max value from RGB is 249 - color contains mainly: red. Hex color #F995F5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F995F5 is #066A0A. Grayscale: #BDBDBD. Windows color (decimal): -420363 or 16094713. OLE color: 16094713.
HSL color Cylindrical-coordinate representation of color #F995F5: hue angle of 302.4º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F995F5 is Cyan = 0, Magento = 0.40, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 149 | 245 | - |
| CMYK | 0 | 0.40 | 0.02 | 0.02 |
| HSL | 302.4º | 0.89% | 0.78% | - |
| HSV(B) | 302.4º | 0.4% | 0.98% | - |
| XYZ | 66.3 | 48.23 | 92.2 | - |
| YUV | 189.84 | 159.13 | 170.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 149 | 245 | 0 | 0.40 | 0.02 | 0.02 | 302.4 | 0.89 | 0.78 |
| Hex | F9 | 95 | F5 | 0 | 28 | 2 | 2 | 12E | 59 | 4E |
| Octal | 371 | 225 | 365 | 0 | 50 | 2 | 2 | 456 | 131 | 116 |
| Binary | 11111001 | 10010101 | 11110101 | 0 | 101000 | 10 | 10 | 100101110 | 1011001 | 1001110 |
Color Harmonies of #F995F5
Complementary color
Monochromatic Colors of #F995F5
Black with #F995F5
Text Example
Text Example
White with #F995F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F995F5; }
p { color: rgb(249,149,245); }
H1.HeaderClassName
{
color: #F995F5;
}
.AnyTagClassName
{
color: #F995F5;
}
</style>
background-color css
<style>
a { background-color: #F995F5; }
a { background-color: rgb(249,149,245); }
div.DivClassName
{
background-color: #F995F5;
}
.BgClassName
{
background-color: #F995F5;
}
</style>
border-color css
<style>
span { border-color: #F995F5; }
span { border-color: rgb(249,149,245); }
td.TdClassName
{
border-color: #F995F5;
}
.TagClassName
{
border-color: #F995F5;
}
</style>