Shades of Violet Red #FB4492
Tints of Violet Red #FB4492
RGB
CMYK
RGB Variations
Color information
#FB4492 (or 0xFB4492) is known color: Violet Red. HEX triplet: FB, 44 and 92. RGB value is (251,68,146). Sum of RGB (Red+Green+Blue) = 251+68+146=465 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.98% from 465); Green value is 68 (26.95% from 255 or 14.62% from 465); Blue value is 146 (57.42% from 255 or 31.40% from 465); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4492 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB4492 is #04BB6D. Grayscale: #838383. Windows color (decimal): -310126 or 9585915. OLE color: 9585915.
HSL color Cylindrical-coordinate representation of color #FB4492: hue angle of 334.43º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FB4492 is Cyan = 0, Magento = 0.73, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 68 | 146 | - |
| CMYK | 0 | 0.73 | 0.42 | 0.02 |
| HSL | 334.43º | 0.96% | 0.63% | - |
| HSV(B) | 334.43º | 0.73% | 0.98% | - |
| XYZ | 47.04 | 26.72 | 29.87 | - |
| YUV | 131.61 | 136.13 | 213.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 68 | 146 | 0 | 0.73 | 0.42 | 0.02 | 334.43 | 0.96 | 0.63 |
| Hex | FB | 44 | 92 | 0 | 49 | 2A | 2 | 14E | 60 | 3F |
| Octal | 373 | 104 | 222 | 0 | 111 | 52 | 2 | 516 | 140 | 77 |
| Binary | 11111011 | 1000100 | 10010010 | 0 | 1001001 | 101010 | 10 | 101001110 | 1100000 | 111111 |
Color Harmonies of #FB4492
Complementary color
Monochromatic Colors of #FB4492
Black with #FB4492
Text Example
Text Example
White with #FB4492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4492; }
p { color: rgb(251,68,146); }
H1.HeaderClassName
{
color: #FB4492;
}
.AnyTagClassName
{
color: #FB4492;
}
</style>
background-color css
<style>
a { background-color: #FB4492; }
a { background-color: rgb(251,68,146); }
div.DivClassName
{
background-color: #FB4492;
}
.BgClassName
{
background-color: #FB4492;
}
</style>
border-color css
<style>
span { border-color: #FB4492; }
span { border-color: rgb(251,68,146); }
td.TdClassName
{
border-color: #FB4492;
}
.TagClassName
{
border-color: #FB4492;
}
</style>