Shades of Violet Red #FB457D
Tints of Violet Red #FB457D
RGB
CMYK
RGB Variations
Color information
#FB457D (or 0xFB457D) is known color: Violet Red. HEX triplet: FB, 45 and 7D. RGB value is (251,69,125). Sum of RGB (Red+Green+Blue) = 251+69+125=445 (58% of max value = 765). Red value is 251 (98.44% from 255 or 56.40% from 445); Green value is 69 (27.34% from 255 or 15.51% from 445); Blue value is 125 (49.22% from 255 or 28.09% from 445); Max value from RGB is 251 - color contains mainly: red. Hex color #FB457D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB457D is #04BA82. Grayscale: #818181. Windows color (decimal): -309891 or 8209915. OLE color: 8209915.
HSL color Cylindrical-coordinate representation of color #FB457D: hue angle of 341.54º 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 #FB457D is Cyan = 0, Magento = 0.73, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 69 | 125 | - |
| CMYK | 0 | 0.73 | 0.50 | 0.02 |
| HSL | 341.54º | 0.96% | 0.63% | - |
| HSV(B) | 341.54º | 0.73% | 0.98% | - |
| XYZ | 45.61 | 26.25 | 22.06 | - |
| YUV | 129.8 | 125.3 | 214.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 69 | 125 | 0 | 0.73 | 0.50 | 0.02 | 341.54 | 0.96 | 0.63 |
| Hex | FB | 45 | 7D | 0 | 49 | 32 | 2 | 156 | 60 | 3F |
| Octal | 373 | 105 | 175 | 0 | 111 | 62 | 2 | 526 | 140 | 77 |
| Binary | 11111011 | 1000101 | 1111101 | 0 | 1001001 | 110010 | 10 | 101010110 | 1100000 | 111111 |
Color Harmonies of #FB457D
Complementary color
Monochromatic Colors of #FB457D
Black with #FB457D
Text Example
Text Example
White with #FB457D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB457D; }
p { color: rgb(251,69,125); }
H1.HeaderClassName
{
color: #FB457D;
}
.AnyTagClassName
{
color: #FB457D;
}
</style>
background-color css
<style>
a { background-color: #FB457D; }
a { background-color: rgb(251,69,125); }
div.DivClassName
{
background-color: #FB457D;
}
.BgClassName
{
background-color: #FB457D;
}
</style>
border-color css
<style>
span { border-color: #FB457D; }
span { border-color: rgb(251,69,125); }
td.TdClassName
{
border-color: #FB457D;
}
.TagClassName
{
border-color: #FB457D;
}
</style>