Shades of Violet Red #FB4394
Tints of Violet Red #FB4394
RGB
CMYK
RGB Variations
Color information
#FB4394 (or 0xFB4394) is known color: Violet Red. HEX triplet: FB, 43 and 94. RGB value is (251,67,148). Sum of RGB (Red+Green+Blue) = 251+67+148=466 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.86% from 466); Green value is 67 (26.56% from 255 or 14.38% from 466); Blue value is 148 (58.20% from 255 or 31.76% from 466); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4394 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB4394 is #04BC6B. Grayscale: #838383. Windows color (decimal): -310380 or 9716731. OLE color: 9716731.
HSL color Cylindrical-coordinate representation of color #FB4394: hue angle of 333.59º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FB4394 is Cyan = 0, Magento = 0.73, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 67 | 148 | - |
| CMYK | 0 | 0.73 | 0.41 | 0.02 |
| HSL | 333.59º | 0.96% | 0.62% | - |
| HSV(B) | 333.59º | 0.73% | 0.98% | - |
| XYZ | 47.14 | 26.66 | 30.68 | - |
| YUV | 131.25 | 137.46 | 213.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 67 | 148 | 0 | 0.73 | 0.41 | 0.02 | 333.59 | 0.96 | 0.62 |
| Hex | FB | 43 | 94 | 0 | 49 | 29 | 2 | 14E | 60 | 3E |
| Octal | 373 | 103 | 224 | 0 | 111 | 51 | 2 | 516 | 140 | 76 |
| Binary | 11111011 | 1000011 | 10010100 | 0 | 1001001 | 101001 | 10 | 101001110 | 1100000 | 111110 |
Color Harmonies of #FB4394
Complementary color
Monochromatic Colors of #FB4394
Black with #FB4394
Text Example
Text Example
White with #FB4394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4394; }
p { color: rgb(251,67,148); }
H1.HeaderClassName
{
color: #FB4394;
}
.AnyTagClassName
{
color: #FB4394;
}
</style>
background-color css
<style>
a { background-color: #FB4394; }
a { background-color: rgb(251,67,148); }
div.DivClassName
{
background-color: #FB4394;
}
.BgClassName
{
background-color: #FB4394;
}
</style>
border-color css
<style>
span { border-color: #FB4394; }
span { border-color: rgb(251,67,148); }
td.TdClassName
{
border-color: #FB4394;
}
.TagClassName
{
border-color: #FB4394;
}
</style>