Shades of Violet #F181FB
Tints of Violet #F181FB
RGB
CMYK
RGB Variations
Color information
#F181FB (or 0xF181FB) is known color: Violet. HEX triplet: F1, 81 and FB. RGB value is (241,129,251). Sum of RGB (Red+Green+Blue) = 241+129+251=621 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.81% from 621); Green value is 129 (50.78% from 255 or 20.77% from 621); Blue value is 251 (98.44% from 255 or 40.42% from 621); Max value from RGB is 251 - color contains mainly: blue. Hex color #F181FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F181FB is #0E7E04. Grayscale: #B0B0B0. Windows color (decimal): -949765 or 16482801. OLE color: 16482801.
HSL color Cylindrical-coordinate representation of color #F181FB: hue angle of 295.08º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F181FB is Cyan = 0.04, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 241 | 129 | 251 | - |
| CMYK | 0.04 | 0.49 | 0 | 0.02 |
| HSL | 295.08º | 0.94% | 0.75% | - |
| HSV(B) | 295.08º | 0.49% | 0.98% | - |
| XYZ | 61.54 | 41.37 | 96.01 | - |
| YUV | 176.4 | 170.11 | 174.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 129 | 251 | 0.04 | 0.49 | 0 | 0.02 | 295.08 | 0.94 | 0.75 |
| Hex | F1 | 81 | FB | 4 | 31 | 0 | 2 | 127 | 5E | 4B |
| Octal | 361 | 201 | 373 | 4 | 61 | 0 | 2 | 447 | 136 | 113 |
| Binary | 11110001 | 10000001 | 11111011 | 100 | 110001 | 0 | 10 | 100100111 | 1011110 | 1001011 |
Color Harmonies of #F181FB
Complementary color
Monochromatic Colors of #F181FB
Black with #F181FB
Text Example
Text Example
White with #F181FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F181FB; }
p { color: rgb(241,129,251); }
H1.HeaderClassName
{
color: #F181FB;
}
.AnyTagClassName
{
color: #F181FB;
}
</style>
background-color css
<style>
a { background-color: #F181FB; }
a { background-color: rgb(241,129,251); }
div.DivClassName
{
background-color: #F181FB;
}
.BgClassName
{
background-color: #F181FB;
}
</style>
border-color css
<style>
span { border-color: #F181FB; }
span { border-color: rgb(241,129,251); }
td.TdClassName
{
border-color: #F181FB;
}
.TagClassName
{
border-color: #F181FB;
}
</style>