Shades of Violet #F184FE
Tints of Violet #F184FE
RGB
CMYK
RGB Variations
Color information
#F184FE (or 0xF184FE) is known color: Violet. HEX triplet: F1, 84 and FE. RGB value is (241,132,254). Sum of RGB (Red+Green+Blue) = 241+132+254=627 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.44% from 627); Green value is 132 (51.95% from 255 or 21.05% from 627); Blue value is 254 (99.61% from 255 or 40.51% from 627); Max value from RGB is 254 - color contains mainly: blue. Hex color #F184FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F184FE is #0E7B01. Grayscale: #B2B2B2. Windows color (decimal): -948994 or 16680177. OLE color: 16680177.
HSL color Cylindrical-coordinate representation of color #F184FE: hue angle of 293.61º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F184FE is Cyan = 0.05, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 241 | 132 | 254 | - |
| CMYK | 0.05 | 0.48 | 0 | 0.00 |
| HSL | 293.61º | 0.98% | 0.76% | - |
| HSV(B) | 293.61º | 0.48% | 1% | - |
| XYZ | 62.42 | 42.36 | 98.65 | - |
| YUV | 178.5 | 170.61 | 172.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 132 | 254 | 0.05 | 0.48 | 0 | 0.00 | 293.61 | 0.98 | 0.76 |
| Hex | F1 | 84 | FE | 5 | 30 | 0 | 0 | 126 | 62 | 4C |
| Octal | 361 | 204 | 376 | 5 | 60 | 0 | 0 | 446 | 142 | 114 |
| Binary | 11110001 | 10000100 | 11111110 | 101 | 110000 | 0 | 0 | 100100110 | 1100010 | 1001100 |
Color Harmonies of #F184FE
Complementary color
Monochromatic Colors of #F184FE
Black with #F184FE
Text Example
Text Example
White with #F184FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F184FE; }
p { color: rgb(241,132,254); }
H1.HeaderClassName
{
color: #F184FE;
}
.AnyTagClassName
{
color: #F184FE;
}
</style>
background-color css
<style>
a { background-color: #F184FE; }
a { background-color: rgb(241,132,254); }
div.DivClassName
{
background-color: #F184FE;
}
.BgClassName
{
background-color: #F184FE;
}
</style>
border-color css
<style>
span { border-color: #F184FE; }
span { border-color: rgb(241,132,254); }
td.TdClassName
{
border-color: #F184FE;
}
.TagClassName
{
border-color: #F184FE;
}
</style>