Shades of Violet Red #FB478B
Tints of Violet Red #FB478B
RGB
CMYK
RGB Variations
Color information
#FB478B (or 0xFB478B) is known color: Violet Red. HEX triplet: FB, 47 and 8B. RGB value is (251,71,139). Sum of RGB (Red+Green+Blue) = 251+71+139=461 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.45% from 461); Green value is 71 (28.12% from 255 or 15.40% from 461); Blue value is 139 (54.69% from 255 or 30.15% from 461); Max value from RGB is 251 - color contains mainly: red. Hex color #FB478B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB478B is #04B874. Grayscale: #848484. Windows color (decimal): -309365 or 9127931. OLE color: 9127931.
HSL color Cylindrical-coordinate representation of color #FB478B: hue angle of 337.33º 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 #FB478B is Cyan = 0, Magento = 0.72, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 71 | 139 | - |
| CMYK | 0 | 0.72 | 0.45 | 0.02 |
| HSL | 337.33º | 0.96% | 0.63% | - |
| HSV(B) | 337.33º | 0.72% | 0.98% | - |
| XYZ | 46.7 | 26.88 | 27.15 | - |
| YUV | 132.57 | 131.63 | 212.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 71 | 139 | 0 | 0.72 | 0.45 | 0.02 | 337.33 | 0.96 | 0.63 |
| Hex | FB | 47 | 8B | 0 | 48 | 2D | 2 | 151 | 60 | 3F |
| Octal | 373 | 107 | 213 | 0 | 110 | 55 | 2 | 521 | 140 | 77 |
| Binary | 11111011 | 1000111 | 10001011 | 0 | 1001000 | 101101 | 10 | 101010001 | 1100000 | 111111 |
Color Harmonies of #FB478B
Complementary color
Monochromatic Colors of #FB478B
Black with #FB478B
Text Example
Text Example
White with #FB478B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB478B; }
p { color: rgb(251,71,139); }
H1.HeaderClassName
{
color: #FB478B;
}
.AnyTagClassName
{
color: #FB478B;
}
</style>
background-color css
<style>
a { background-color: #FB478B; }
a { background-color: rgb(251,71,139); }
div.DivClassName
{
background-color: #FB478B;
}
.BgClassName
{
background-color: #FB478B;
}
</style>
border-color css
<style>
span { border-color: #FB478B; }
span { border-color: rgb(251,71,139); }
td.TdClassName
{
border-color: #FB478B;
}
.TagClassName
{
border-color: #FB478B;
}
</style>