Shades of Violet #F184F9
Tints of Violet #F184F9
RGB
CMYK
RGB Variations
Color information
#F184F9 (or 0xF184F9) is known color: Violet. HEX triplet: F1, 84 and F9. RGB value is (241,132,249). Sum of RGB (Red+Green+Blue) = 241+132+249=622 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.75% from 622); Green value is 132 (51.95% from 255 or 21.22% from 622); Blue value is 249 (97.66% from 255 or 40.03% from 622); Max value from RGB is 249 - color contains mainly: blue. Hex color #F184F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F184F9 is #0E7B06. Grayscale: #B1B1B1. Windows color (decimal): -948999 or 16352497. OLE color: 16352497.
HSL color Cylindrical-coordinate representation of color #F184F9: hue angle of 295.9º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F184F9 is Cyan = 0.03, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 241 | 132 | 249 | - |
| CMYK | 0.03 | 0.47 | 0 | 0.02 |
| HSL | 295.9º | 0.91% | 0.75% | - |
| HSV(B) | 295.9º | 0.47% | 0.98% | - |
| XYZ | 61.63 | 42.04 | 94.49 | - |
| YUV | 177.93 | 168.11 | 172.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 132 | 249 | 0.03 | 0.47 | 0 | 0.02 | 295.9 | 0.91 | 0.75 |
| Hex | F1 | 84 | F9 | 3 | 2F | 0 | 2 | 128 | 5B | 4B |
| Octal | 361 | 204 | 371 | 3 | 57 | 0 | 2 | 450 | 133 | 113 |
| Binary | 11110001 | 10000100 | 11111001 | 11 | 101111 | 0 | 10 | 100101000 | 1011011 | 1001011 |
Color Harmonies of #F184F9
Complementary color
Monochromatic Colors of #F184F9
Black with #F184F9
Text Example
Text Example
White with #F184F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F184F9; }
p { color: rgb(241,132,249); }
H1.HeaderClassName
{
color: #F184F9;
}
.AnyTagClassName
{
color: #F184F9;
}
</style>
background-color css
<style>
a { background-color: #F184F9; }
a { background-color: rgb(241,132,249); }
div.DivClassName
{
background-color: #F184F9;
}
.BgClassName
{
background-color: #F184F9;
}
</style>
border-color css
<style>
span { border-color: #F184F9; }
span { border-color: rgb(241,132,249); }
td.TdClassName
{
border-color: #F184F9;
}
.TagClassName
{
border-color: #F184F9;
}
</style>