Shades of Violet #F184FA
Tints of Violet #F184FA
RGB
CMYK
RGB Variations
Color information
#F184FA (or 0xF184FA) is known color: Violet. HEX triplet: F1, 84 and FA. RGB value is (241,132,250). Sum of RGB (Red+Green+Blue) = 241+132+250=623 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.68% from 623); Green value is 132 (51.95% from 255 or 21.19% from 623); Blue value is 250 (98.05% from 255 or 40.13% from 623); Max value from RGB is 250 - color contains mainly: blue. Hex color #F184FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F184FA is #0E7B05. Grayscale: #B1B1B1. Windows color (decimal): -948998 or 16418033. OLE color: 16418033.
HSL color Cylindrical-coordinate representation of color #F184FA: hue angle of 295.42º degrees, saturation: 0.92, 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 #F184FA is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 241 | 132 | 250 | - |
| CMYK | 0.04 | 0.47 | 0 | 0.02 |
| HSL | 295.42º | 0.92% | 0.75% | - |
| HSV(B) | 295.42º | 0.47% | 0.98% | - |
| XYZ | 61.78 | 42.11 | 95.31 | - |
| YUV | 178.04 | 168.61 | 172.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 132 | 250 | 0.04 | 0.47 | 0 | 0.02 | 295.42 | 0.92 | 0.75 |
| Hex | F1 | 84 | FA | 4 | 2F | 0 | 2 | 127 | 5C | 4B |
| Octal | 361 | 204 | 372 | 4 | 57 | 0 | 2 | 447 | 134 | 113 |
| Binary | 11110001 | 10000100 | 11111010 | 100 | 101111 | 0 | 10 | 100100111 | 1011100 | 1001011 |
Color Harmonies of #F184FA
Complementary color
Monochromatic Colors of #F184FA
Black with #F184FA
Text Example
Text Example
White with #F184FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F184FA; }
p { color: rgb(241,132,250); }
H1.HeaderClassName
{
color: #F184FA;
}
.AnyTagClassName
{
color: #F184FA;
}
</style>
background-color css
<style>
a { background-color: #F184FA; }
a { background-color: rgb(241,132,250); }
div.DivClassName
{
background-color: #F184FA;
}
.BgClassName
{
background-color: #F184FA;
}
</style>
border-color css
<style>
span { border-color: #F184FA; }
span { border-color: rgb(241,132,250); }
td.TdClassName
{
border-color: #F184FA;
}
.TagClassName
{
border-color: #F184FA;
}
</style>