Shades of Violet #F17BFB
Tints of Violet #F17BFB
RGB
CMYK
RGB Variations
Color information
#F17BFB (or 0xF17BFB) is known color: Violet. HEX triplet: F1, 7B and FB. RGB value is (241,123,251). Sum of RGB (Red+Green+Blue) = 241+123+251=615 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.19% from 615); Green value is 123 (48.44% from 255 or 20% from 615); Blue value is 251 (98.44% from 255 or 40.81% from 615); Max value from RGB is 251 - color contains mainly: blue. Hex color #F17BFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F17BFB is #0E8404. Grayscale: #ACACAC. Windows color (decimal): -951301 or 16481265. OLE color: 16481265.
HSL color Cylindrical-coordinate representation of color #F17BFB: hue angle of 295.31º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F17BFB is Cyan = 0.04, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 241 | 123 | 251 | - |
| CMYK | 0.04 | 0.51 | 0 | 0.02 |
| HSL | 295.31º | 0.94% | 0.73% | - |
| HSV(B) | 295.31º | 0.51% | 0.98% | - |
| XYZ | 60.77 | 39.83 | 95.75 | - |
| YUV | 172.87 | 172.09 | 176.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 123 | 251 | 0.04 | 0.51 | 0 | 0.02 | 295.31 | 0.94 | 0.73 |
| Hex | F1 | 7B | FB | 4 | 33 | 0 | 2 | 127 | 5E | 49 |
| Octal | 361 | 173 | 373 | 4 | 63 | 0 | 2 | 447 | 136 | 111 |
| Binary | 11110001 | 1111011 | 11111011 | 100 | 110011 | 0 | 10 | 100100111 | 1011110 | 1001001 |
Color Harmonies of #F17BFB
Complementary color
Monochromatic Colors of #F17BFB
Black with #F17BFB
Text Example
Text Example
White with #F17BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17BFB; }
p { color: rgb(241,123,251); }
H1.HeaderClassName
{
color: #F17BFB;
}
.AnyTagClassName
{
color: #F17BFB;
}
</style>
background-color css
<style>
a { background-color: #F17BFB; }
a { background-color: rgb(241,123,251); }
div.DivClassName
{
background-color: #F17BFB;
}
.BgClassName
{
background-color: #F17BFB;
}
</style>
border-color css
<style>
span { border-color: #F17BFB; }
span { border-color: rgb(241,123,251); }
td.TdClassName
{
border-color: #F17BFB;
}
.TagClassName
{
border-color: #F17BFB;
}
</style>