Shades of Violet #F095F3
Tints of Violet #F095F3
RGB
CMYK
RGB Variations
Color information
#F095F3 (or 0xF095F3) is known color: Violet. HEX triplet: F0, 95 and F3. RGB value is (240,149,243). Sum of RGB (Red+Green+Blue) = 240+149+243=632 (83% of max value = 765). Red value is 240 (94.14% from 255 or 37.97% from 632); Green value is 149 (58.59% from 255 or 23.58% from 632); Blue value is 243 (95.31% from 255 or 38.45% from 632); Max value from RGB is 243 - color contains mainly: blue. Hex color #F095F3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F095F3 is #0F6A0C. Grayscale: #BABABA. Windows color (decimal): -1010189 or 15963632. OLE color: 15963632.
HSL color Cylindrical-coordinate representation of color #F095F3: hue angle of 298.09º degrees, saturation: 0.8, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F095F3 is Cyan = 0.01, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 149 | 243 | - |
| CMYK | 0.01 | 0.39 | 0 | 0.05 |
| HSL | 298.09º | 0.8% | 0.77% | - |
| HSV(B) | 298.09º | 0.39% | 0.95% | - |
| XYZ | 62.86 | 46.49 | 90.45 | - |
| YUV | 186.93 | 159.65 | 165.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 149 | 243 | 0.01 | 0.39 | 0 | 0.05 | 298.09 | 0.8 | 0.77 |
| Hex | F0 | 95 | F3 | 1 | 27 | 0 | 5 | 12A | 50 | 4D |
| Octal | 360 | 225 | 363 | 1 | 47 | 0 | 5 | 452 | 120 | 115 |
| Binary | 11110000 | 10010101 | 11110011 | 1 | 100111 | 0 | 101 | 100101010 | 1010000 | 1001101 |
Color Harmonies of #F095F3
Complementary color
Monochromatic Colors of #F095F3
Black with #F095F3
Text Example
Text Example
White with #F095F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F095F3; }
p { color: rgb(240,149,243); }
H1.HeaderClassName
{
color: #F095F3;
}
.AnyTagClassName
{
color: #F095F3;
}
</style>
background-color css
<style>
a { background-color: #F095F3; }
a { background-color: rgb(240,149,243); }
div.DivClassName
{
background-color: #F095F3;
}
.BgClassName
{
background-color: #F095F3;
}
</style>
border-color css
<style>
span { border-color: #F095F3; }
span { border-color: rgb(240,149,243); }
td.TdClassName
{
border-color: #F095F3;
}
.TagClassName
{
border-color: #F095F3;
}
</style>