Shades of Violet Red #FB4074
Tints of Violet Red #FB4074
RGB
CMYK
RGB Variations
Color information
#FB4074 (or 0xFB4074) is known color: Violet Red. HEX triplet: FB, 40 and 74. RGB value is (251,64,116). Sum of RGB (Red+Green+Blue) = 251+64+116=431 (57% of max value = 765). Red value is 251 (98.44% from 255 or 58.24% from 431); Green value is 64 (25.39% from 255 or 14.85% from 431); Blue value is 116 (45.70% from 255 or 26.91% from 431); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4074 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB4074 is #04BF8B. Grayscale: #7D7D7D. Windows color (decimal): -311180 or 7618811. OLE color: 7618811.
HSL color Cylindrical-coordinate representation of color #FB4074: hue angle of 343.32º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FB4074 is Cyan = 0, Magento = 0.75, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 64 | 116 | - |
| CMYK | 0 | 0.75 | 0.54 | 0.02 |
| HSL | 343.32º | 0.96% | 0.62% | - |
| HSV(B) | 343.32º | 0.75% | 0.98% | - |
| XYZ | 44.77 | 25.44 | 19.07 | - |
| YUV | 125.84 | 122.45 | 217.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 64 | 116 | 0 | 0.75 | 0.54 | 0.02 | 343.32 | 0.96 | 0.62 |
| Hex | FB | 40 | 74 | 0 | 4B | 36 | 2 | 157 | 60 | 3E |
| Octal | 373 | 100 | 164 | 0 | 113 | 66 | 2 | 527 | 140 | 76 |
| Binary | 11111011 | 1000000 | 1110100 | 0 | 1001011 | 110110 | 10 | 101010111 | 1100000 | 111110 |
Color Harmonies of #FB4074
Complementary color
Monochromatic Colors of #FB4074
Black with #FB4074
Text Example
Text Example
White with #FB4074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4074; }
p { color: rgb(251,64,116); }
H1.HeaderClassName
{
color: #FB4074;
}
.AnyTagClassName
{
color: #FB4074;
}
</style>
background-color css
<style>
a { background-color: #FB4074; }
a { background-color: rgb(251,64,116); }
div.DivClassName
{
background-color: #FB4074;
}
.BgClassName
{
background-color: #FB4074;
}
</style>
border-color css
<style>
span { border-color: #FB4074; }
span { border-color: rgb(251,64,116); }
td.TdClassName
{
border-color: #FB4074;
}
.TagClassName
{
border-color: #FB4074;
}
</style>