Shades of Violet #F19AF2
Tints of Violet #F19AF2
RGB
CMYK
RGB Variations
Color information
#F19AF2 (or 0xF19AF2) is known color: Violet. HEX triplet: F1, 9A and F2. RGB value is (241,154,242). Sum of RGB (Red+Green+Blue) = 241+154+242=637 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.83% from 637); Green value is 154 (60.55% from 255 or 24.18% from 637); Blue value is 242 (94.92% from 255 or 37.99% from 637); Max value from RGB is 242 - color contains mainly: blue. Hex color #F19AF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F19AF2 is #0E650D. Grayscale: #BDBDBD. Windows color (decimal): -943374 or 15899377. OLE color: 15899377.
HSL color Cylindrical-coordinate representation of color #F19AF2: hue angle of 299.32º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F19AF2 is Cyan = 0.00, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 154 | 242 | - |
| CMYK | 0.00 | 0.36 | 0 | 0.05 |
| HSL | 299.32º | 0.77% | 0.78% | - |
| HSV(B) | 299.32º | 0.36% | 0.95% | - |
| XYZ | 63.86 | 48.22 | 89.95 | - |
| YUV | 190.05 | 157.32 | 164.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 154 | 242 | 0.00 | 0.36 | 0 | 0.05 | 299.32 | 0.77 | 0.78 |
| Hex | F1 | 9A | F2 | 0 | 24 | 0 | 5 | 12B | 4D | 4E |
| Octal | 361 | 232 | 362 | 0 | 44 | 0 | 5 | 453 | 115 | 116 |
| Binary | 11110001 | 10011010 | 11110010 | 0 | 100100 | 0 | 101 | 100101011 | 1001101 | 1001110 |
Color Harmonies of #F19AF2
Complementary color
Monochromatic Colors of #F19AF2
Black with #F19AF2
Text Example
Text Example
White with #F19AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19AF2; }
p { color: rgb(241,154,242); }
H1.HeaderClassName
{
color: #F19AF2;
}
.AnyTagClassName
{
color: #F19AF2;
}
</style>
background-color css
<style>
a { background-color: #F19AF2; }
a { background-color: rgb(241,154,242); }
div.DivClassName
{
background-color: #F19AF2;
}
.BgClassName
{
background-color: #F19AF2;
}
</style>
border-color css
<style>
span { border-color: #F19AF2; }
span { border-color: rgb(241,154,242); }
td.TdClassName
{
border-color: #F19AF2;
}
.TagClassName
{
border-color: #F19AF2;
}
</style>