Shades of Violet Red #FB468D
Tints of Violet Red #FB468D
RGB
CMYK
RGB Variations
Color information
#FB468D (or 0xFB468D) is known color: Violet Red. HEX triplet: FB, 46 and 8D. RGB value is (251,70,141). Sum of RGB (Red+Green+Blue) = 251+70+141=462 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.33% from 462); Green value is 70 (27.73% from 255 or 15.15% from 462); Blue value is 141 (55.47% from 255 or 30.52% from 462); Max value from RGB is 251 - color contains mainly: red. Hex color #FB468D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB468D is #04B972. Grayscale: #848484. Windows color (decimal): -309619 or 9258747. OLE color: 9258747.
HSL color Cylindrical-coordinate representation of color #FB468D: hue angle of 336.46º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FB468D is Cyan = 0, Magento = 0.72, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 70 | 141 | - |
| CMYK | 0 | 0.72 | 0.44 | 0.02 |
| HSL | 336.46º | 0.96% | 0.63% | - |
| HSV(B) | 336.46º | 0.72% | 0.98% | - |
| XYZ | 46.78 | 26.81 | 27.91 | - |
| YUV | 132.21 | 132.97 | 212.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 70 | 141 | 0 | 0.72 | 0.44 | 0.02 | 336.46 | 0.96 | 0.63 |
| Hex | FB | 46 | 8D | 0 | 48 | 2C | 2 | 150 | 60 | 3F |
| Octal | 373 | 106 | 215 | 0 | 110 | 54 | 2 | 520 | 140 | 77 |
| Binary | 11111011 | 1000110 | 10001101 | 0 | 1001000 | 101100 | 10 | 101010000 | 1100000 | 111111 |
Color Harmonies of #FB468D
Complementary color
Monochromatic Colors of #FB468D
Black with #FB468D
Text Example
Text Example
White with #FB468D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB468D; }
p { color: rgb(251,70,141); }
H1.HeaderClassName
{
color: #FB468D;
}
.AnyTagClassName
{
color: #FB468D;
}
</style>
background-color css
<style>
a { background-color: #FB468D; }
a { background-color: rgb(251,70,141); }
div.DivClassName
{
background-color: #FB468D;
}
.BgClassName
{
background-color: #FB468D;
}
</style>
border-color css
<style>
span { border-color: #FB468D; }
span { border-color: rgb(251,70,141); }
td.TdClassName
{
border-color: #FB468D;
}
.TagClassName
{
border-color: #FB468D;
}
</style>