Shades of Violet Red #FB4993
Tints of Violet Red #FB4993
RGB
CMYK
RGB Variations
Color information
#FB4993 (or 0xFB4993) is known color: Violet Red. HEX triplet: FB, 49 and 93. RGB value is (251,73,147). Sum of RGB (Red+Green+Blue) = 251+73+147=471 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.29% from 471); Green value is 73 (28.91% from 255 or 15.50% from 471); Blue value is 147 (57.81% from 255 or 31.21% from 471); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4993 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB4993 is #04B66C. Grayscale: #868686. Windows color (decimal): -308845 or 9652731. OLE color: 9652731.
HSL color Cylindrical-coordinate representation of color #FB4993: hue angle of 335.06º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FB4993 is Cyan = 0, Magento = 0.71, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 73 | 147 | - |
| CMYK | 0 | 0.71 | 0.41 | 0.02 |
| HSL | 335.06º | 0.96% | 0.64% | - |
| HSV(B) | 335.06º | 0.71% | 0.98% | - |
| XYZ | 47.43 | 27.38 | 30.39 | - |
| YUV | 134.66 | 134.97 | 210.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 73 | 147 | 0 | 0.71 | 0.41 | 0.02 | 335.06 | 0.96 | 0.64 |
| Hex | FB | 49 | 93 | 0 | 47 | 29 | 2 | 14F | 60 | 40 |
| Octal | 373 | 111 | 223 | 0 | 107 | 51 | 2 | 517 | 140 | 100 |
| Binary | 11111011 | 1001001 | 10010011 | 0 | 1000111 | 101001 | 10 | 101001111 | 1100000 | 1000000 |
Color Harmonies of #FB4993
Complementary color
Monochromatic Colors of #FB4993
Black with #FB4993
Text Example
Text Example
White with #FB4993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4993; }
p { color: rgb(251,73,147); }
H1.HeaderClassName
{
color: #FB4993;
}
.AnyTagClassName
{
color: #FB4993;
}
</style>
background-color css
<style>
a { background-color: #FB4993; }
a { background-color: rgb(251,73,147); }
div.DivClassName
{
background-color: #FB4993;
}
.BgClassName
{
background-color: #FB4993;
}
</style>
border-color css
<style>
span { border-color: #FB4993; }
span { border-color: rgb(251,73,147); }
td.TdClassName
{
border-color: #FB4993;
}
.TagClassName
{
border-color: #FB4993;
}
</style>