Shades of Violet #F18AF1
Tints of Violet #F18AF1
RGB
CMYK
RGB Variations
Color information
#F18AF1 (or 0xF18AF1) is known color: Violet. HEX triplet: F1, 8A and F1. RGB value is (241,138,241). Sum of RGB (Red+Green+Blue) = 241+138+241=620 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.87% from 620); Green value is 138 (54.30% from 255 or 22.26% from 620); Blue value is 241 (94.53% from 255 or 38.87% from 620); Max value from RGB is 241 - color contains mainly: red, blue. Hex color #F18AF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F18AF1 is #0E750E. Grayscale: #B4B4B4. Windows color (decimal): -947471 or 15829745. OLE color: 15829745.
HSL color Cylindrical-coordinate representation of color #F18AF1: hue angle of 300º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F18AF1 is Cyan = 0, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 138 | 241 | - |
| CMYK | 0 | 0.43 | 0 | 0.05 |
| HSL | 300º | 0.79% | 0.74% | - |
| HSV(B) | 300º | 0.43% | 0.95% | - |
| XYZ | 61.24 | 43.23 | 88.34 | - |
| YUV | 180.54 | 162.12 | 171.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 138 | 241 | 0 | 0.43 | 0 | 0.05 | 300 | 0.79 | 0.74 |
| Hex | F1 | 8A | F1 | 0 | 2B | 0 | 5 | 12C | 4F | 4A |
| Octal | 361 | 212 | 361 | 0 | 53 | 0 | 5 | 454 | 117 | 112 |
| Binary | 11110001 | 10001010 | 11110001 | 0 | 101011 | 0 | 101 | 100101100 | 1001111 | 1001010 |
Color Harmonies of #F18AF1
Complementary color
Monochromatic Colors of #F18AF1
Black with #F18AF1
Text Example
Text Example
White with #F18AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18AF1; }
p { color: rgb(241,138,241); }
H1.HeaderClassName
{
color: #F18AF1;
}
.AnyTagClassName
{
color: #F18AF1;
}
</style>
background-color css
<style>
a { background-color: #F18AF1; }
a { background-color: rgb(241,138,241); }
div.DivClassName
{
background-color: #F18AF1;
}
.BgClassName
{
background-color: #F18AF1;
}
</style>
border-color css
<style>
span { border-color: #F18AF1; }
span { border-color: rgb(241,138,241); }
td.TdClassName
{
border-color: #F18AF1;
}
.TagClassName
{
border-color: #F18AF1;
}
</style>