Shades of Violet Red #FB3C7C
Tints of Violet Red #FB3C7C
RGB
CMYK
RGB Variations
Color information
#FB3C7C (or 0xFB3C7C) is known color: Violet Red. HEX triplet: FB, 3C and 7C. RGB value is (251,60,124). Sum of RGB (Red+Green+Blue) = 251+60+124=435 (57% of max value = 765). Red value is 251 (98.44% from 255 or 57.70% from 435); Green value is 60 (23.83% from 255 or 13.79% from 435); Blue value is 124 (48.83% from 255 or 28.51% from 435); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3C7C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB3C7C is #04C383. Grayscale: #7C7C7C. Windows color (decimal): -312196 or 8142075. OLE color: 8142075.
HSL color Cylindrical-coordinate representation of color #FB3C7C: hue angle of 339.9º 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 #FB3C7C is Cyan = 0, Magento = 0.76, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 60 | 124 | - |
| CMYK | 0 | 0.76 | 0.51 | 0.02 |
| HSL | 339.9º | 0.96% | 0.61% | - |
| HSV(B) | 339.9º | 0.76% | 0.98% | - |
| XYZ | 45.04 | 25.2 | 21.56 | - |
| YUV | 124.41 | 127.78 | 218.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 60 | 124 | 0 | 0.76 | 0.51 | 0.02 | 339.9 | 0.96 | 0.61 |
| Hex | FB | 3C | 7C | 0 | 4C | 33 | 2 | 154 | 60 | 3D |
| Octal | 373 | 74 | 174 | 0 | 114 | 63 | 2 | 524 | 140 | 75 |
| Binary | 11111011 | 111100 | 1111100 | 0 | 1001100 | 110011 | 10 | 101010100 | 1100000 | 111101 |
Color Harmonies of #FB3C7C
Complementary color
Monochromatic Colors of #FB3C7C
Black with #FB3C7C
Text Example
Text Example
White with #FB3C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3C7C; }
p { color: rgb(251,60,124); }
H1.HeaderClassName
{
color: #FB3C7C;
}
.AnyTagClassName
{
color: #FB3C7C;
}
</style>
background-color css
<style>
a { background-color: #FB3C7C; }
a { background-color: rgb(251,60,124); }
div.DivClassName
{
background-color: #FB3C7C;
}
.BgClassName
{
background-color: #FB3C7C;
}
</style>
border-color css
<style>
span { border-color: #FB3C7C; }
span { border-color: rgb(251,60,124); }
td.TdClassName
{
border-color: #FB3C7C;
}
.TagClassName
{
border-color: #FB3C7C;
}
</style>