Shades of Violet #F183F2
Tints of Violet #F183F2
RGB
CMYK
RGB Variations
Color information
#F183F2 (or 0xF183F2) is known color: Violet. HEX triplet: F1, 83 and F2. RGB value is (241,131,242). Sum of RGB (Red+Green+Blue) = 241+131+242=614 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.25% from 614); Green value is 131 (51.56% from 255 or 21.34% from 614); Blue value is 242 (94.92% from 255 or 39.41% from 614); Max value from RGB is 242 - color contains mainly: blue. Hex color #F183F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F183F2 is #0E7C0D. Grayscale: #B0B0B0. Windows color (decimal): -949262 or 15893489. OLE color: 15893489.
HSL color Cylindrical-coordinate representation of color #F183F2: hue angle of 299.46º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F183F2 is Cyan = 0.00, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 131 | 242 | - |
| CMYK | 0.00 | 0.46 | 0 | 0.05 |
| HSL | 299.46º | 0.81% | 0.73% | - |
| HSV(B) | 299.46º | 0.46% | 0.95% | - |
| XYZ | 60.42 | 41.34 | 88.8 | - |
| YUV | 176.54 | 164.94 | 173.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 131 | 242 | 0.00 | 0.46 | 0 | 0.05 | 299.46 | 0.81 | 0.73 |
| Hex | F1 | 83 | F2 | 0 | 2E | 0 | 5 | 12B | 51 | 49 |
| Octal | 361 | 203 | 362 | 0 | 56 | 0 | 5 | 453 | 121 | 111 |
| Binary | 11110001 | 10000011 | 11110010 | 0 | 101110 | 0 | 101 | 100101011 | 1010001 | 1001001 |
Color Harmonies of #F183F2
Complementary color
Monochromatic Colors of #F183F2
Black with #F183F2
Text Example
Text Example
White with #F183F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F183F2; }
p { color: rgb(241,131,242); }
H1.HeaderClassName
{
color: #F183F2;
}
.AnyTagClassName
{
color: #F183F2;
}
</style>
background-color css
<style>
a { background-color: #F183F2; }
a { background-color: rgb(241,131,242); }
div.DivClassName
{
background-color: #F183F2;
}
.BgClassName
{
background-color: #F183F2;
}
</style>
border-color css
<style>
span { border-color: #F183F2; }
span { border-color: rgb(241,131,242); }
td.TdClassName
{
border-color: #F183F2;
}
.TagClassName
{
border-color: #F183F2;
}
</style>