Shades of Violet #F185E8
Tints of Violet #F185E8
RGB
CMYK
RGB Variations
Color information
#F185E8 (or 0xF185E8) is known color: Violet. HEX triplet: F1, 85 and E8. RGB value is (241,133,232). Sum of RGB (Red+Green+Blue) = 241+133+232=606 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.77% from 606); Green value is 133 (52.34% from 255 or 21.95% from 606); Blue value is 232 (91.02% from 255 or 38.28% from 606); Max value from RGB is 241 - color contains mainly: red. Hex color #F185E8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F185E8 is #0E7A17. Grayscale: #B0B0B0. Windows color (decimal): -948760 or 15238641. OLE color: 15238641.
HSL color Cylindrical-coordinate representation of color #F185E8: hue angle of 305º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F185E8 is Cyan = 0, Magento = 0.45, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 133 | 232 | - |
| CMYK | 0 | 0.45 | 0.04 | 0.05 |
| HSL | 305º | 0.79% | 0.73% | - |
| HSV(B) | 305º | 0.45% | 0.95% | - |
| XYZ | 59.23 | 41.3 | 81.19 | - |
| YUV | 176.58 | 159.28 | 173.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 133 | 232 | 0 | 0.45 | 0.04 | 0.05 | 305 | 0.79 | 0.73 |
| Hex | F1 | 85 | E8 | 0 | 2D | 4 | 5 | 131 | 4F | 49 |
| Octal | 361 | 205 | 350 | 0 | 55 | 4 | 5 | 461 | 117 | 111 |
| Binary | 11110001 | 10000101 | 11101000 | 0 | 101101 | 100 | 101 | 100110001 | 1001111 | 1001001 |
Color Harmonies of #F185E8
Complementary color
Monochromatic Colors of #F185E8
Black with #F185E8
Text Example
Text Example
White with #F185E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F185E8; }
p { color: rgb(241,133,232); }
H1.HeaderClassName
{
color: #F185E8;
}
.AnyTagClassName
{
color: #F185E8;
}
</style>
background-color css
<style>
a { background-color: #F185E8; }
a { background-color: rgb(241,133,232); }
div.DivClassName
{
background-color: #F185E8;
}
.BgClassName
{
background-color: #F185E8;
}
</style>
border-color css
<style>
span { border-color: #F185E8; }
span { border-color: rgb(241,133,232); }
td.TdClassName
{
border-color: #F185E8;
}
.TagClassName
{
border-color: #F185E8;
}
</style>