Shades of Violet #F19AF0
Tints of Violet #F19AF0
RGB
CMYK
RGB Variations
Color information
#F19AF0 (or 0xF19AF0) is known color: Violet. HEX triplet: F1, 9A and F0. RGB value is (241,154,240). Sum of RGB (Red+Green+Blue) = 241+154+240=635 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.95% from 635); Green value is 154 (60.55% from 255 or 24.25% from 635); Blue value is 240 (94.14% from 255 or 37.80% from 635); Max value from RGB is 241 - color contains mainly: red. Hex color #F19AF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F19AF0 is #0E650F. Grayscale: #BDBDBD. Windows color (decimal): -943376 or 15768305. OLE color: 15768305.
HSL color Cylindrical-coordinate representation of color #F19AF0: hue angle of 300.69º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F19AF0 is Cyan = 0, Magento = 0.36, Yellow = 0.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 154 | 240 | - |
| CMYK | 0 | 0.36 | 0.00 | 0.05 |
| HSL | 300.69º | 0.76% | 0.77% | - |
| HSV(B) | 300.69º | 0.36% | 0.95% | - |
| XYZ | 63.56 | 48.1 | 88.37 | - |
| YUV | 189.82 | 156.32 | 164.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 154 | 240 | 0 | 0.36 | 0.00 | 0.05 | 300.69 | 0.76 | 0.77 |
| Hex | F1 | 9A | F0 | 0 | 24 | 0 | 5 | 12D | 4C | 4D |
| Octal | 361 | 232 | 360 | 0 | 44 | 0 | 5 | 455 | 114 | 115 |
| Binary | 11110001 | 10011010 | 11110000 | 0 | 100100 | 0 | 101 | 100101101 | 1001100 | 1001101 |
Color Harmonies of #F19AF0
Complementary color
Monochromatic Colors of #F19AF0
Black with #F19AF0
Text Example
Text Example
White with #F19AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19AF0; }
p { color: rgb(241,154,240); }
H1.HeaderClassName
{
color: #F19AF0;
}
.AnyTagClassName
{
color: #F19AF0;
}
</style>
background-color css
<style>
a { background-color: #F19AF0; }
a { background-color: rgb(241,154,240); }
div.DivClassName
{
background-color: #F19AF0;
}
.BgClassName
{
background-color: #F19AF0;
}
</style>
border-color css
<style>
span { border-color: #F19AF0; }
span { border-color: rgb(241,154,240); }
td.TdClassName
{
border-color: #F19AF0;
}
.TagClassName
{
border-color: #F19AF0;
}
</style>