Shades of Violet Red #FB457B
Tints of Violet Red #FB457B
RGB
CMYK
RGB Variations
Color information
#FB457B (or 0xFB457B) is known color: Violet Red. HEX triplet: FB, 45 and 7B. RGB value is (251,69,123). Sum of RGB (Red+Green+Blue) = 251+69+123=443 (58% of max value = 765). Red value is 251 (98.44% from 255 or 56.66% from 443); Green value is 69 (27.34% from 255 or 15.58% from 443); Blue value is 123 (48.44% from 255 or 27.77% from 443); Max value from RGB is 251 - color contains mainly: red. Hex color #FB457B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB457B is #04BA84. Grayscale: #818181. Windows color (decimal): -309893 or 8078843. OLE color: 8078843.
HSL color Cylindrical-coordinate representation of color #FB457B: hue angle of 342.2º 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 #FB457B is Cyan = 0, Magento = 0.73, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 69 | 123 | - |
| CMYK | 0 | 0.73 | 0.51 | 0.02 |
| HSL | 342.2º | 0.96% | 0.63% | - |
| HSV(B) | 342.2º | 0.73% | 0.98% | - |
| XYZ | 45.49 | 26.2 | 21.4 | - |
| YUV | 129.57 | 124.3 | 214.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 69 | 123 | 0 | 0.73 | 0.51 | 0.02 | 342.2 | 0.96 | 0.63 |
| Hex | FB | 45 | 7B | 0 | 49 | 33 | 2 | 156 | 60 | 3F |
| Octal | 373 | 105 | 173 | 0 | 111 | 63 | 2 | 526 | 140 | 77 |
| Binary | 11111011 | 1000101 | 1111011 | 0 | 1001001 | 110011 | 10 | 101010110 | 1100000 | 111111 |
Color Harmonies of #FB457B
Complementary color
Monochromatic Colors of #FB457B
Black with #FB457B
Text Example
Text Example
White with #FB457B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB457B; }
p { color: rgb(251,69,123); }
H1.HeaderClassName
{
color: #FB457B;
}
.AnyTagClassName
{
color: #FB457B;
}
</style>
background-color css
<style>
a { background-color: #FB457B; }
a { background-color: rgb(251,69,123); }
div.DivClassName
{
background-color: #FB457B;
}
.BgClassName
{
background-color: #FB457B;
}
</style>
border-color css
<style>
span { border-color: #FB457B; }
span { border-color: rgb(251,69,123); }
td.TdClassName
{
border-color: #FB457B;
}
.TagClassName
{
border-color: #FB457B;
}
</style>