Shades of Violet #F185F3
Tints of Violet #F185F3
RGB
CMYK
RGB Variations
Color information
#F185F3 (or 0xF185F3) is known color: Violet. HEX triplet: F1, 85 and F3. RGB value is (241,133,243). Sum of RGB (Red+Green+Blue) = 241+133+243=617 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.06% from 617); Green value is 133 (52.34% from 255 or 21.56% from 617); Blue value is 243 (95.31% from 255 or 39.38% from 617); Max value from RGB is 243 - color contains mainly: blue. Hex color #F185F3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F185F3 is #0E7A0C. Grayscale: #B1B1B1. Windows color (decimal): -948749 or 15959537. OLE color: 15959537.
HSL color Cylindrical-coordinate representation of color #F185F3: hue angle of 298.91º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F185F3 is Cyan = 0.01, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 133 | 243 | - |
| CMYK | 0.01 | 0.45 | 0 | 0.05 |
| HSL | 298.91º | 0.82% | 0.74% | - |
| HSV(B) | 298.91º | 0.45% | 0.95% | - |
| XYZ | 60.84 | 41.95 | 89.68 | - |
| YUV | 177.83 | 164.78 | 173.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 133 | 243 | 0.01 | 0.45 | 0 | 0.05 | 298.91 | 0.82 | 0.74 |
| Hex | F1 | 85 | F3 | 1 | 2D | 0 | 5 | 12B | 52 | 4A |
| Octal | 361 | 205 | 363 | 1 | 55 | 0 | 5 | 453 | 122 | 112 |
| Binary | 11110001 | 10000101 | 11110011 | 1 | 101101 | 0 | 101 | 100101011 | 1010010 | 1001010 |
Color Harmonies of #F185F3
Complementary color
Monochromatic Colors of #F185F3
Black with #F185F3
Text Example
Text Example
White with #F185F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F185F3; }
p { color: rgb(241,133,243); }
H1.HeaderClassName
{
color: #F185F3;
}
.AnyTagClassName
{
color: #F185F3;
}
</style>
background-color css
<style>
a { background-color: #F185F3; }
a { background-color: rgb(241,133,243); }
div.DivClassName
{
background-color: #F185F3;
}
.BgClassName
{
background-color: #F185F3;
}
</style>
border-color css
<style>
span { border-color: #F185F3; }
span { border-color: rgb(241,133,243); }
td.TdClassName
{
border-color: #F185F3;
}
.TagClassName
{
border-color: #F185F3;
}
</style>