Shades of Violet #F183FB
Tints of Violet #F183FB
RGB
CMYK
RGB Variations
Color information
#F183FB (or 0xF183FB) is known color: Violet. HEX triplet: F1, 83 and FB. RGB value is (241,131,251). Sum of RGB (Red+Green+Blue) = 241+131+251=623 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.68% from 623); Green value is 131 (51.56% from 255 or 21.03% from 623); Blue value is 251 (98.44% from 255 or 40.29% from 623); Max value from RGB is 251 - color contains mainly: blue. Hex color #F183FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F183FB is #0E7C04. Grayscale: #B1B1B1. Windows color (decimal): -949253 or 16483313. OLE color: 16483313.
HSL color Cylindrical-coordinate representation of color #F183FB: hue angle of 295º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F183FB is Cyan = 0.04, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 241 | 131 | 251 | - |
| CMYK | 0.04 | 0.48 | 0 | 0.02 |
| HSL | 295º | 0.94% | 0.75% | - |
| HSV(B) | 295º | 0.48% | 0.98% | - |
| XYZ | 61.8 | 41.9 | 96.1 | - |
| YUV | 177.57 | 169.44 | 173.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 131 | 251 | 0.04 | 0.48 | 0 | 0.02 | 295 | 0.94 | 0.75 |
| Hex | F1 | 83 | FB | 4 | 30 | 0 | 2 | 127 | 5E | 4B |
| Octal | 361 | 203 | 373 | 4 | 60 | 0 | 2 | 447 | 136 | 113 |
| Binary | 11110001 | 10000011 | 11111011 | 100 | 110000 | 0 | 10 | 100100111 | 1011110 | 1001011 |
Color Harmonies of #F183FB
Complementary color
Monochromatic Colors of #F183FB
Black with #F183FB
Text Example
Text Example
White with #F183FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F183FB; }
p { color: rgb(241,131,251); }
H1.HeaderClassName
{
color: #F183FB;
}
.AnyTagClassName
{
color: #F183FB;
}
</style>
background-color css
<style>
a { background-color: #F183FB; }
a { background-color: rgb(241,131,251); }
div.DivClassName
{
background-color: #F183FB;
}
.BgClassName
{
background-color: #F183FB;
}
</style>
border-color css
<style>
span { border-color: #F183FB; }
span { border-color: rgb(241,131,251); }
td.TdClassName
{
border-color: #F183FB;
}
.TagClassName
{
border-color: #F183FB;
}
</style>