Shades of Violet Red #FB458B
Tints of Violet Red #FB458B
RGB
CMYK
RGB Variations
Color information
#FB458B (or 0xFB458B) is known color: Violet Red. HEX triplet: FB, 45 and 8B. RGB value is (251,69,139). Sum of RGB (Red+Green+Blue) = 251+69+139=459 (60% of max value = 765). Red value is 251 (98.44% from 255 or 54.68% from 459); Green value is 69 (27.34% from 255 or 15.03% from 459); Blue value is 139 (54.69% from 255 or 30.28% from 459); Max value from RGB is 251 - color contains mainly: red. Hex color #FB458B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB458B is #04BA74. Grayscale: #838383. Windows color (decimal): -309877 or 9127419. OLE color: 9127419.
HSL color Cylindrical-coordinate representation of color #FB458B: hue angle of 336.92º 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 #FB458B is Cyan = 0, Magento = 0.73, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 69 | 139 | - |
| CMYK | 0 | 0.73 | 0.45 | 0.02 |
| HSL | 336.92º | 0.96% | 0.63% | - |
| HSV(B) | 336.92º | 0.73% | 0.98% | - |
| XYZ | 46.57 | 26.63 | 27.11 | - |
| YUV | 131.4 | 132.3 | 213.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 69 | 139 | 0 | 0.73 | 0.45 | 0.02 | 336.92 | 0.96 | 0.63 |
| Hex | FB | 45 | 8B | 0 | 49 | 2D | 2 | 151 | 60 | 3F |
| Octal | 373 | 105 | 213 | 0 | 111 | 55 | 2 | 521 | 140 | 77 |
| Binary | 11111011 | 1000101 | 10001011 | 0 | 1001001 | 101101 | 10 | 101010001 | 1100000 | 111111 |
Color Harmonies of #FB458B
Complementary color
Monochromatic Colors of #FB458B
Black with #FB458B
Text Example
Text Example
White with #FB458B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB458B; }
p { color: rgb(251,69,139); }
H1.HeaderClassName
{
color: #FB458B;
}
.AnyTagClassName
{
color: #FB458B;
}
</style>
background-color css
<style>
a { background-color: #FB458B; }
a { background-color: rgb(251,69,139); }
div.DivClassName
{
background-color: #FB458B;
}
.BgClassName
{
background-color: #FB458B;
}
</style>
border-color css
<style>
span { border-color: #FB458B; }
span { border-color: rgb(251,69,139); }
td.TdClassName
{
border-color: #FB458B;
}
.TagClassName
{
border-color: #FB458B;
}
</style>