Shades of Violet Red #FB468B
Tints of Violet Red #FB468B
RGB
CMYK
RGB Variations
Color information
#FB468B (or 0xFB468B) is known color: Violet Red. HEX triplet: FB, 46 and 8B. RGB value is (251,70,139). Sum of RGB (Red+Green+Blue) = 251+70+139=460 (60% of max value = 765). Red value is 251 (98.44% from 255 or 54.57% from 460); Green value is 70 (27.73% from 255 or 15.22% from 460); Blue value is 139 (54.69% from 255 or 30.22% from 460); Max value from RGB is 251 - color contains mainly: red. Hex color #FB468B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB468B is #04B974. Grayscale: #838383. Windows color (decimal): -309621 or 9127675. OLE color: 9127675.
HSL color Cylindrical-coordinate representation of color #FB468B: hue angle of 337.13º 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 #FB468B is Cyan = 0, Magento = 0.72, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 70 | 139 | - |
| CMYK | 0 | 0.72 | 0.45 | 0.02 |
| HSL | 337.13º | 0.96% | 0.63% | - |
| HSV(B) | 337.13º | 0.72% | 0.98% | - |
| XYZ | 46.63 | 26.75 | 27.13 | - |
| YUV | 131.99 | 131.97 | 212.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 70 | 139 | 0 | 0.72 | 0.45 | 0.02 | 337.13 | 0.96 | 0.63 |
| Hex | FB | 46 | 8B | 0 | 48 | 2D | 2 | 151 | 60 | 3F |
| Octal | 373 | 106 | 213 | 0 | 110 | 55 | 2 | 521 | 140 | 77 |
| Binary | 11111011 | 1000110 | 10001011 | 0 | 1001000 | 101101 | 10 | 101010001 | 1100000 | 111111 |
Color Harmonies of #FB468B
Complementary color
Monochromatic Colors of #FB468B
Black with #FB468B
Text Example
Text Example
White with #FB468B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB468B; }
p { color: rgb(251,70,139); }
H1.HeaderClassName
{
color: #FB468B;
}
.AnyTagClassName
{
color: #FB468B;
}
</style>
background-color css
<style>
a { background-color: #FB468B; }
a { background-color: rgb(251,70,139); }
div.DivClassName
{
background-color: #FB468B;
}
.BgClassName
{
background-color: #FB468B;
}
</style>
border-color css
<style>
span { border-color: #FB468B; }
span { border-color: rgb(251,70,139); }
td.TdClassName
{
border-color: #FB468B;
}
.TagClassName
{
border-color: #FB468B;
}
</style>