Shades of Violet Red #FB3C7A
Tints of Violet Red #FB3C7A
RGB
CMYK
RGB Variations
Color information
#FB3C7A (or 0xFB3C7A) is known color: Violet Red. HEX triplet: FB, 3C and 7A. RGB value is (251,60,122). Sum of RGB (Red+Green+Blue) = 251+60+122=433 (57% of max value = 765). Red value is 251 (98.44% from 255 or 57.97% from 433); Green value is 60 (23.83% from 255 or 13.86% from 433); Blue value is 122 (48.05% from 255 or 28.18% from 433); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3C7A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB3C7A is #04C385. Grayscale: #7C7C7C. Windows color (decimal): -312198 or 8011003. OLE color: 8011003.
HSL color Cylindrical-coordinate representation of color #FB3C7A: hue angle of 340.52º 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 #FB3C7A is Cyan = 0, Magento = 0.76, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 60 | 122 | - |
| CMYK | 0 | 0.76 | 0.51 | 0.02 |
| HSL | 340.52º | 0.96% | 0.61% | - |
| HSV(B) | 340.52º | 0.76% | 0.98% | - |
| XYZ | 44.91 | 25.15 | 20.9 | - |
| YUV | 124.18 | 126.78 | 218.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 60 | 122 | 0 | 0.76 | 0.51 | 0.02 | 340.52 | 0.96 | 0.61 |
| Hex | FB | 3C | 7A | 0 | 4C | 33 | 2 | 155 | 60 | 3D |
| Octal | 373 | 74 | 172 | 0 | 114 | 63 | 2 | 525 | 140 | 75 |
| Binary | 11111011 | 111100 | 1111010 | 0 | 1001100 | 110011 | 10 | 101010101 | 1100000 | 111101 |
Color Harmonies of #FB3C7A
Complementary color
Monochromatic Colors of #FB3C7A
Black with #FB3C7A
Text Example
Text Example
White with #FB3C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3C7A; }
p { color: rgb(251,60,122); }
H1.HeaderClassName
{
color: #FB3C7A;
}
.AnyTagClassName
{
color: #FB3C7A;
}
</style>
background-color css
<style>
a { background-color: #FB3C7A; }
a { background-color: rgb(251,60,122); }
div.DivClassName
{
background-color: #FB3C7A;
}
.BgClassName
{
background-color: #FB3C7A;
}
</style>
border-color css
<style>
span { border-color: #FB3C7A; }
span { border-color: rgb(251,60,122); }
td.TdClassName
{
border-color: #FB3C7A;
}
.TagClassName
{
border-color: #FB3C7A;
}
</style>