Shades of Violet #FB7EF2
Tints of Violet #FB7EF2
RGB
CMYK
RGB Variations
Color information
#FB7EF2 (or 0xFB7EF2) is known color: Violet. HEX triplet: FB, 7E and F2. RGB value is (251,126,242). Sum of RGB (Red+Green+Blue) = 251+126+242=619 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.55% from 619); Green value is 126 (49.61% from 255 or 20.36% from 619); Blue value is 242 (94.92% from 255 or 39.10% from 619); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7EF2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB7EF2 is #04810D. Grayscale: #B0B0B0. Windows color (decimal): -295182 or 15892219. OLE color: 15892219.
HSL color Cylindrical-coordinate representation of color #FB7EF2: hue angle of 304.32º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FB7EF2 is Cyan = 0, Magento = 0.50, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 126 | 242 | - |
| CMYK | 0 | 0.50 | 0.04 | 0.02 |
| HSL | 304.32º | 0.94% | 0.74% | - |
| HSV(B) | 304.32º | 0.5% | 0.98% | - |
| XYZ | 63.27 | 41.84 | 88.75 | - |
| YUV | 176.6 | 164.91 | 181.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 126 | 242 | 0 | 0.50 | 0.04 | 0.02 | 304.32 | 0.94 | 0.74 |
| Hex | FB | 7E | F2 | 0 | 32 | 4 | 2 | 130 | 5E | 4A |
| Octal | 373 | 176 | 362 | 0 | 62 | 4 | 2 | 460 | 136 | 112 |
| Binary | 11111011 | 1111110 | 11110010 | 0 | 110010 | 100 | 10 | 100110000 | 1011110 | 1001010 |
Color Harmonies of #FB7EF2
Complementary color
Monochromatic Colors of #FB7EF2
Black with #FB7EF2
Text Example
Text Example
White with #FB7EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7EF2; }
p { color: rgb(251,126,242); }
H1.HeaderClassName
{
color: #FB7EF2;
}
.AnyTagClassName
{
color: #FB7EF2;
}
</style>
background-color css
<style>
a { background-color: #FB7EF2; }
a { background-color: rgb(251,126,242); }
div.DivClassName
{
background-color: #FB7EF2;
}
.BgClassName
{
background-color: #FB7EF2;
}
</style>
border-color css
<style>
span { border-color: #FB7EF2; }
span { border-color: rgb(251,126,242); }
td.TdClassName
{
border-color: #FB7EF2;
}
.TagClassName
{
border-color: #FB7EF2;
}
</style>