Shades of Violet Red #FB3E7A
Tints of Violet Red #FB3E7A
RGB
CMYK
RGB Variations
Color information
#FB3E7A (or 0xFB3E7A) is known color: Violet Red. HEX triplet: FB, 3E and 7A. RGB value is (251,62,122). Sum of RGB (Red+Green+Blue) = 251+62+122=435 (57% of max value = 765). Red value is 251 (98.44% from 255 or 57.70% from 435); Green value is 62 (24.61% from 255 or 14.25% from 435); Blue value is 122 (48.05% from 255 or 28.05% from 435); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3E7A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB3E7A is #04C185. Grayscale: #7D7D7D. Windows color (decimal): -311686 or 8011515. OLE color: 8011515.
HSL color Cylindrical-coordinate representation of color #FB3E7A: hue angle of 340.95º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FB3E7A is Cyan = 0, Magento = 0.75, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 62 | 122 | - |
| CMYK | 0 | 0.75 | 0.51 | 0.02 |
| HSL | 340.95º | 0.96% | 0.61% | - |
| HSV(B) | 340.95º | 0.75% | 0.98% | - |
| XYZ | 45.02 | 25.36 | 20.93 | - |
| YUV | 125.35 | 126.12 | 217.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 62 | 122 | 0 | 0.75 | 0.51 | 0.02 | 340.95 | 0.96 | 0.61 |
| Hex | FB | 3E | 7A | 0 | 4B | 33 | 2 | 155 | 60 | 3D |
| Octal | 373 | 76 | 172 | 0 | 113 | 63 | 2 | 525 | 140 | 75 |
| Binary | 11111011 | 111110 | 1111010 | 0 | 1001011 | 110011 | 10 | 101010101 | 1100000 | 111101 |
Color Harmonies of #FB3E7A
Complementary color
Monochromatic Colors of #FB3E7A
Black with #FB3E7A
Text Example
Text Example
White with #FB3E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3E7A; }
p { color: rgb(251,62,122); }
H1.HeaderClassName
{
color: #FB3E7A;
}
.AnyTagClassName
{
color: #FB3E7A;
}
</style>
background-color css
<style>
a { background-color: #FB3E7A; }
a { background-color: rgb(251,62,122); }
div.DivClassName
{
background-color: #FB3E7A;
}
.BgClassName
{
background-color: #FB3E7A;
}
</style>
border-color css
<style>
span { border-color: #FB3E7A; }
span { border-color: rgb(251,62,122); }
td.TdClassName
{
border-color: #FB3E7A;
}
.TagClassName
{
border-color: #FB3E7A;
}
</style>