Shades of Violet #FB7BF1
Tints of Violet #FB7BF1
RGB
CMYK
RGB Variations
Color information
#FB7BF1 (or 0xFB7BF1) is known color: Violet. HEX triplet: FB, 7B and F1. RGB value is (251,123,241). Sum of RGB (Red+Green+Blue) = 251+123+241=615 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.81% from 615); Green value is 123 (48.44% from 255 or 20% from 615); Blue value is 241 (94.53% from 255 or 39.19% from 615); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7BF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB7BF1 is #04840E. Grayscale: #AEAEAE. Windows color (decimal): -295951 or 15825915. OLE color: 15825915.
HSL color Cylindrical-coordinate representation of color #FB7BF1: hue angle of 304.69º 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 #FB7BF1 is Cyan = 0, Magento = 0.51, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 123 | 241 | - |
| CMYK | 0 | 0.51 | 0.04 | 0.02 |
| HSL | 304.69º | 0.94% | 0.73% | - |
| HSV(B) | 304.69º | 0.51% | 0.98% | - |
| XYZ | 62.74 | 41.03 | 87.83 | - |
| YUV | 174.72 | 165.41 | 182.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 123 | 241 | 0 | 0.51 | 0.04 | 0.02 | 304.69 | 0.94 | 0.73 |
| Hex | FB | 7B | F1 | 0 | 33 | 4 | 2 | 131 | 5E | 49 |
| Octal | 373 | 173 | 361 | 0 | 63 | 4 | 2 | 461 | 136 | 111 |
| Binary | 11111011 | 1111011 | 11110001 | 0 | 110011 | 100 | 10 | 100110001 | 1011110 | 1001001 |
Color Harmonies of #FB7BF1
Complementary color
Monochromatic Colors of #FB7BF1
Black with #FB7BF1
Text Example
Text Example
White with #FB7BF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7BF1; }
p { color: rgb(251,123,241); }
H1.HeaderClassName
{
color: #FB7BF1;
}
.AnyTagClassName
{
color: #FB7BF1;
}
</style>
background-color css
<style>
a { background-color: #FB7BF1; }
a { background-color: rgb(251,123,241); }
div.DivClassName
{
background-color: #FB7BF1;
}
.BgClassName
{
background-color: #FB7BF1;
}
</style>
border-color css
<style>
span { border-color: #FB7BF1; }
span { border-color: rgb(251,123,241); }
td.TdClassName
{
border-color: #FB7BF1;
}
.TagClassName
{
border-color: #FB7BF1;
}
</style>