Shades of Violet Red #FB478C
Tints of Violet Red #FB478C
RGB
CMYK
RGB Variations
Color information
#FB478C (or 0xFB478C) is known color: Violet Red. HEX triplet: FB, 47 and 8C. RGB value is (251,71,140). Sum of RGB (Red+Green+Blue) = 251+71+140=462 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.33% from 462); Green value is 71 (28.12% from 255 or 15.37% from 462); Blue value is 140 (55.08% from 255 or 30.30% from 462); Max value from RGB is 251 - color contains mainly: red. Hex color #FB478C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB478C is #04B873. Grayscale: #848484. Windows color (decimal): -309364 or 9193467. OLE color: 9193467.
HSL color Cylindrical-coordinate representation of color #FB478C: hue angle of 337º 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 #FB478C is Cyan = 0, Magento = 0.72, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 71 | 140 | - |
| CMYK | 0 | 0.72 | 0.44 | 0.02 |
| HSL | 337º | 0.96% | 0.63% | - |
| HSV(B) | 337º | 0.72% | 0.98% | - |
| XYZ | 46.77 | 26.91 | 27.54 | - |
| YUV | 132.69 | 132.13 | 212.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 71 | 140 | 0 | 0.72 | 0.44 | 0.02 | 337 | 0.96 | 0.63 |
| Hex | FB | 47 | 8C | 0 | 48 | 2C | 2 | 151 | 60 | 3F |
| Octal | 373 | 107 | 214 | 0 | 110 | 54 | 2 | 521 | 140 | 77 |
| Binary | 11111011 | 1000111 | 10001100 | 0 | 1001000 | 101100 | 10 | 101010001 | 1100000 | 111111 |
Color Harmonies of #FB478C
Complementary color
Monochromatic Colors of #FB478C
Black with #FB478C
Text Example
Text Example
White with #FB478C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB478C; }
p { color: rgb(251,71,140); }
H1.HeaderClassName
{
color: #FB478C;
}
.AnyTagClassName
{
color: #FB478C;
}
</style>
background-color css
<style>
a { background-color: #FB478C; }
a { background-color: rgb(251,71,140); }
div.DivClassName
{
background-color: #FB478C;
}
.BgClassName
{
background-color: #FB478C;
}
</style>
border-color css
<style>
span { border-color: #FB478C; }
span { border-color: rgb(251,71,140); }
td.TdClassName
{
border-color: #FB478C;
}
.TagClassName
{
border-color: #FB478C;
}
</style>