Shades of Violet #FB7DF2
Tints of Violet #FB7DF2
RGB
CMYK
RGB Variations
Color information
#FB7DF2 (or 0xFB7DF2) is known color: Violet. HEX triplet: FB, 7D and F2. RGB value is (251,125,242). Sum of RGB (Red+Green+Blue) = 251+125+242=618 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.61% from 618); Green value is 125 (49.22% from 255 or 20.23% from 618); Blue value is 242 (94.92% from 255 or 39.16% from 618); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7DF2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB7DF2 is #04820D. Grayscale: #AFAFAF. Windows color (decimal): -295438 or 15891963. OLE color: 15891963.
HSL color Cylindrical-coordinate representation of color #FB7DF2: hue angle of 304.29º 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 #FB7DF2 is Cyan = 0, Magento = 0.50, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 125 | 242 | - |
| CMYK | 0 | 0.50 | 0.04 | 0.02 |
| HSL | 304.29º | 0.94% | 0.74% | - |
| HSV(B) | 304.29º | 0.5% | 0.98% | - |
| XYZ | 63.14 | 41.59 | 88.7 | - |
| YUV | 176.01 | 165.24 | 181.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 125 | 242 | 0 | 0.50 | 0.04 | 0.02 | 304.29 | 0.94 | 0.74 |
| Hex | FB | 7D | F2 | 0 | 32 | 4 | 2 | 130 | 5E | 4A |
| Octal | 373 | 175 | 362 | 0 | 62 | 4 | 2 | 460 | 136 | 112 |
| Binary | 11111011 | 1111101 | 11110010 | 0 | 110010 | 100 | 10 | 100110000 | 1011110 | 1001010 |
Color Harmonies of #FB7DF2
Complementary color
Monochromatic Colors of #FB7DF2
Black with #FB7DF2
Text Example
Text Example
White with #FB7DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7DF2; }
p { color: rgb(251,125,242); }
H1.HeaderClassName
{
color: #FB7DF2;
}
.AnyTagClassName
{
color: #FB7DF2;
}
</style>
background-color css
<style>
a { background-color: #FB7DF2; }
a { background-color: rgb(251,125,242); }
div.DivClassName
{
background-color: #FB7DF2;
}
.BgClassName
{
background-color: #FB7DF2;
}
</style>
border-color css
<style>
span { border-color: #FB7DF2; }
span { border-color: rgb(251,125,242); }
td.TdClassName
{
border-color: #FB7DF2;
}
.TagClassName
{
border-color: #FB7DF2;
}
</style>