Shades of Violet Red #FB4479
Tints of Violet Red #FB4479
RGB
CMYK
RGB Variations
Color information
#FB4479 (or 0xFB4479) is known color: Violet Red. HEX triplet: FB, 44 and 79. RGB value is (251,68,121). Sum of RGB (Red+Green+Blue) = 251+68+121=440 (58% of max value = 765). Red value is 251 (98.44% from 255 or 57.05% from 440); Green value is 68 (26.95% from 255 or 15.45% from 440); Blue value is 121 (47.66% from 255 or 27.5% from 440); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4479 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB4479 is #04BB86. Grayscale: #808080. Windows color (decimal): -310151 or 7947515. OLE color: 7947515.
HSL color Cylindrical-coordinate representation of color #FB4479: hue angle of 342.62º 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 #FB4479 is Cyan = 0, Magento = 0.73, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 68 | 121 | - |
| CMYK | 0 | 0.73 | 0.52 | 0.02 |
| HSL | 342.62º | 0.96% | 0.63% | - |
| HSV(B) | 342.62º | 0.73% | 0.98% | - |
| XYZ | 45.3 | 26.02 | 20.72 | - |
| YUV | 128.76 | 123.63 | 215.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 68 | 121 | 0 | 0.73 | 0.52 | 0.02 | 342.62 | 0.96 | 0.63 |
| Hex | FB | 44 | 79 | 0 | 49 | 34 | 2 | 157 | 60 | 3F |
| Octal | 373 | 104 | 171 | 0 | 111 | 64 | 2 | 527 | 140 | 77 |
| Binary | 11111011 | 1000100 | 1111001 | 0 | 1001001 | 110100 | 10 | 101010111 | 1100000 | 111111 |
Color Harmonies of #FB4479
Complementary color
Monochromatic Colors of #FB4479
Black with #FB4479
Text Example
Text Example
White with #FB4479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4479; }
p { color: rgb(251,68,121); }
H1.HeaderClassName
{
color: #FB4479;
}
.AnyTagClassName
{
color: #FB4479;
}
</style>
background-color css
<style>
a { background-color: #FB4479; }
a { background-color: rgb(251,68,121); }
div.DivClassName
{
background-color: #FB4479;
}
.BgClassName
{
background-color: #FB4479;
}
</style>
border-color css
<style>
span { border-color: #FB4479; }
span { border-color: rgb(251,68,121); }
td.TdClassName
{
border-color: #FB4479;
}
.TagClassName
{
border-color: #FB4479;
}
</style>