Shades of Violet #F095F2
Tints of Violet #F095F2
RGB
CMYK
RGB Variations
Color information
#F095F2 (or 0xF095F2) is known color: Violet. HEX triplet: F0, 95 and F2. RGB value is (240,149,242). Sum of RGB (Red+Green+Blue) = 240+149+242=631 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.03% from 631); Green value is 149 (58.59% from 255 or 23.61% from 631); Blue value is 242 (94.92% from 255 or 38.35% from 631); Max value from RGB is 242 - color contains mainly: blue. Hex color #F095F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F095F2 is #0F6A0D. Grayscale: #BABABA. Windows color (decimal): -1010190 or 15898096. OLE color: 15898096.
HSL color Cylindrical-coordinate representation of color #F095F2: hue angle of 298.71º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F095F2 is Cyan = 0.01, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 149 | 242 | - |
| CMYK | 0.01 | 0.38 | 0 | 0.05 |
| HSL | 298.71º | 0.78% | 0.77% | - |
| HSV(B) | 298.71º | 0.38% | 0.95% | - |
| XYZ | 62.71 | 46.43 | 89.66 | - |
| YUV | 186.81 | 159.15 | 165.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 149 | 242 | 0.01 | 0.38 | 0 | 0.05 | 298.71 | 0.78 | 0.77 |
| Hex | F0 | 95 | F2 | 1 | 26 | 0 | 5 | 12B | 4E | 4D |
| Octal | 360 | 225 | 362 | 1 | 46 | 0 | 5 | 453 | 116 | 115 |
| Binary | 11110000 | 10010101 | 11110010 | 1 | 100110 | 0 | 101 | 100101011 | 1001110 | 1001101 |
Color Harmonies of #F095F2
Complementary color
Monochromatic Colors of #F095F2
Black with #F095F2
Text Example
Text Example
White with #F095F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F095F2; }
p { color: rgb(240,149,242); }
H1.HeaderClassName
{
color: #F095F2;
}
.AnyTagClassName
{
color: #F095F2;
}
</style>
background-color css
<style>
a { background-color: #F095F2; }
a { background-color: rgb(240,149,242); }
div.DivClassName
{
background-color: #F095F2;
}
.BgClassName
{
background-color: #F095F2;
}
</style>
border-color css
<style>
span { border-color: #F095F2; }
span { border-color: rgb(240,149,242); }
td.TdClassName
{
border-color: #F095F2;
}
.TagClassName
{
border-color: #F095F2;
}
</style>