Shades of Violet #F185FE
Tints of Violet #F185FE
RGB
CMYK
RGB Variations
Color information
#F185FE (or 0xF185FE) is known color: Violet. HEX triplet: F1, 85 and FE. RGB value is (241,133,254). Sum of RGB (Red+Green+Blue) = 241+133+254=628 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.38% from 628); Green value is 133 (52.34% from 255 or 21.18% from 628); Blue value is 254 (99.61% from 255 or 40.45% from 628); Max value from RGB is 254 - color contains mainly: blue. Hex color #F185FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F185FE is #0E7A01. Grayscale: #B2B2B2. Windows color (decimal): -948738 or 16680433. OLE color: 16680433.
HSL color Cylindrical-coordinate representation of color #F185FE: hue angle of 293.55º 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 #F185FE is Cyan = 0.05, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 241 | 133 | 254 | - |
| CMYK | 0.05 | 0.48 | 0 | 0.00 |
| HSL | 293.55º | 0.98% | 0.76% | - |
| HSV(B) | 293.55º | 0.48% | 1% | - |
| XYZ | 62.55 | 42.63 | 98.7 | - |
| YUV | 179.09 | 170.28 | 172.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 133 | 254 | 0.05 | 0.48 | 0 | 0.00 | 293.55 | 0.98 | 0.76 |
| Hex | F1 | 85 | FE | 5 | 30 | 0 | 0 | 126 | 62 | 4C |
| Octal | 361 | 205 | 376 | 5 | 60 | 0 | 0 | 446 | 142 | 114 |
| Binary | 11110001 | 10000101 | 11111110 | 101 | 110000 | 0 | 0 | 100100110 | 1100010 | 1001100 |
Color Harmonies of #F185FE
Complementary color
Monochromatic Colors of #F185FE
Black with #F185FE
Text Example
Text Example
White with #F185FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F185FE; }
p { color: rgb(241,133,254); }
H1.HeaderClassName
{
color: #F185FE;
}
.AnyTagClassName
{
color: #F185FE;
}
</style>
background-color css
<style>
a { background-color: #F185FE; }
a { background-color: rgb(241,133,254); }
div.DivClassName
{
background-color: #F185FE;
}
.BgClassName
{
background-color: #F185FE;
}
</style>
border-color css
<style>
span { border-color: #F185FE; }
span { border-color: rgb(241,133,254); }
td.TdClassName
{
border-color: #F185FE;
}
.TagClassName
{
border-color: #F185FE;
}
</style>