Shades of Violet Red #FB4794
Tints of Violet Red #FB4794
RGB
CMYK
RGB Variations
Color information
#FB4794 (or 0xFB4794) is known color: Violet Red. HEX triplet: FB, 47 and 94. RGB value is (251,71,148). Sum of RGB (Red+Green+Blue) = 251+71+148=470 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.40% from 470); Green value is 71 (28.12% from 255 or 15.11% from 470); Blue value is 148 (58.20% from 255 or 31.49% from 470); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4794 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB4794 is #04B86B. Grayscale: #858585. Windows color (decimal): -309356 or 9717755. OLE color: 9717755.
HSL color Cylindrical-coordinate representation of color #FB4794: hue angle of 334.33º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FB4794 is Cyan = 0, Magento = 0.72, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 71 | 148 | - |
| CMYK | 0 | 0.72 | 0.41 | 0.02 |
| HSL | 334.33º | 0.96% | 0.63% | - |
| HSV(B) | 334.33º | 0.72% | 0.98% | - |
| XYZ | 47.38 | 27.15 | 30.76 | - |
| YUV | 133.6 | 136.13 | 211.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 71 | 148 | 0 | 0.72 | 0.41 | 0.02 | 334.33 | 0.96 | 0.63 |
| Hex | FB | 47 | 94 | 0 | 48 | 29 | 2 | 14E | 60 | 3F |
| Octal | 373 | 107 | 224 | 0 | 110 | 51 | 2 | 516 | 140 | 77 |
| Binary | 11111011 | 1000111 | 10010100 | 0 | 1001000 | 101001 | 10 | 101001110 | 1100000 | 111111 |
Color Harmonies of #FB4794
Complementary color
Monochromatic Colors of #FB4794
Black with #FB4794
Text Example
Text Example
White with #FB4794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4794; }
p { color: rgb(251,71,148); }
H1.HeaderClassName
{
color: #FB4794;
}
.AnyTagClassName
{
color: #FB4794;
}
</style>
background-color css
<style>
a { background-color: #FB4794; }
a { background-color: rgb(251,71,148); }
div.DivClassName
{
background-color: #FB4794;
}
.BgClassName
{
background-color: #FB4794;
}
</style>
border-color css
<style>
span { border-color: #FB4794; }
span { border-color: rgb(251,71,148); }
td.TdClassName
{
border-color: #FB4794;
}
.TagClassName
{
border-color: #FB4794;
}
</style>