Shades of Violet Red #FB4174
Tints of Violet Red #FB4174
RGB
CMYK
RGB Variations
Color information
#FB4174 (or 0xFB4174) is known color: Violet Red. HEX triplet: FB, 41 and 74. RGB value is (251,65,116). Sum of RGB (Red+Green+Blue) = 251+65+116=432 (57% of max value = 765). Red value is 251 (98.44% from 255 or 58.10% from 432); Green value is 65 (25.78% from 255 or 15.05% from 432); Blue value is 116 (45.70% from 255 or 26.85% from 432); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4174 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB4174 is #04BE8B. Grayscale: #7E7E7E. Windows color (decimal): -310924 or 7619067. OLE color: 7619067.
HSL color Cylindrical-coordinate representation of color #FB4174: hue angle of 343.55º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FB4174 is Cyan = 0, Magento = 0.74, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 65 | 116 | - |
| CMYK | 0 | 0.74 | 0.54 | 0.02 |
| HSL | 343.55º | 0.96% | 0.62% | - |
| HSV(B) | 343.55º | 0.74% | 0.98% | - |
| XYZ | 44.83 | 25.55 | 19.09 | - |
| YUV | 126.43 | 122.12 | 216.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 65 | 116 | 0 | 0.74 | 0.54 | 0.02 | 343.55 | 0.96 | 0.62 |
| Hex | FB | 41 | 74 | 0 | 4A | 36 | 2 | 158 | 60 | 3E |
| Octal | 373 | 101 | 164 | 0 | 112 | 66 | 2 | 530 | 140 | 76 |
| Binary | 11111011 | 1000001 | 1110100 | 0 | 1001010 | 110110 | 10 | 101011000 | 1100000 | 111110 |
Color Harmonies of #FB4174
Complementary color
Monochromatic Colors of #FB4174
Black with #FB4174
Text Example
Text Example
White with #FB4174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4174; }
p { color: rgb(251,65,116); }
H1.HeaderClassName
{
color: #FB4174;
}
.AnyTagClassName
{
color: #FB4174;
}
</style>
background-color css
<style>
a { background-color: #FB4174; }
a { background-color: rgb(251,65,116); }
div.DivClassName
{
background-color: #FB4174;
}
.BgClassName
{
background-color: #FB4174;
}
</style>
border-color css
<style>
span { border-color: #FB4174; }
span { border-color: rgb(251,65,116); }
td.TdClassName
{
border-color: #FB4174;
}
.TagClassName
{
border-color: #FB4174;
}
</style>