Shades of Violet Red #FB3C79
Tints of Violet Red #FB3C79
RGB
CMYK
RGB Variations
Color information
#FB3C79 (or 0xFB3C79) is known color: Violet Red. HEX triplet: FB, 3C and 79. RGB value is (251,60,121). Sum of RGB (Red+Green+Blue) = 251+60+121=432 (57% of max value = 765). Red value is 251 (98.44% from 255 or 58.10% from 432); Green value is 60 (23.83% from 255 or 13.89% from 432); Blue value is 121 (47.66% from 255 or 28.01% from 432); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3C79 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB3C79 is #04C386. Grayscale: #7C7C7C. Windows color (decimal): -312199 or 7945467. OLE color: 7945467.
HSL color Cylindrical-coordinate representation of color #FB3C79: hue angle of 340.84º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FB3C79 is Cyan = 0, Magento = 0.76, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 60 | 121 | - |
| CMYK | 0 | 0.76 | 0.52 | 0.02 |
| HSL | 340.84º | 0.96% | 0.61% | - |
| HSV(B) | 340.84º | 0.76% | 0.98% | - |
| XYZ | 44.85 | 25.12 | 20.57 | - |
| YUV | 124.06 | 126.28 | 218.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 60 | 121 | 0 | 0.76 | 0.52 | 0.02 | 340.84 | 0.96 | 0.61 |
| Hex | FB | 3C | 79 | 0 | 4C | 34 | 2 | 155 | 60 | 3D |
| Octal | 373 | 74 | 171 | 0 | 114 | 64 | 2 | 525 | 140 | 75 |
| Binary | 11111011 | 111100 | 1111001 | 0 | 1001100 | 110100 | 10 | 101010101 | 1100000 | 111101 |
Color Harmonies of #FB3C79
Complementary color
Monochromatic Colors of #FB3C79
Black with #FB3C79
Text Example
Text Example
White with #FB3C79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3C79; }
p { color: rgb(251,60,121); }
H1.HeaderClassName
{
color: #FB3C79;
}
.AnyTagClassName
{
color: #FB3C79;
}
</style>
background-color css
<style>
a { background-color: #FB3C79; }
a { background-color: rgb(251,60,121); }
div.DivClassName
{
background-color: #FB3C79;
}
.BgClassName
{
background-color: #FB3C79;
}
</style>
border-color css
<style>
span { border-color: #FB3C79; }
span { border-color: rgb(251,60,121); }
td.TdClassName
{
border-color: #FB3C79;
}
.TagClassName
{
border-color: #FB3C79;
}
</style>