Shades of Violet Red #FB478F
Tints of Violet Red #FB478F
RGB
CMYK
RGB Variations
Color information
#FB478F (or 0xFB478F) is known color: Violet Red. HEX triplet: FB, 47 and 8F. RGB value is (251,71,143). Sum of RGB (Red+Green+Blue) = 251+71+143=465 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.98% from 465); Green value is 71 (28.12% from 255 or 15.27% from 465); Blue value is 143 (56.25% from 255 or 30.75% from 465); Max value from RGB is 251 - color contains mainly: red. Hex color #FB478F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB478F is #04B870. Grayscale: #848484. Windows color (decimal): -309361 or 9390075. OLE color: 9390075.
HSL color Cylindrical-coordinate representation of color #FB478F: hue angle of 336º 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 #FB478F is Cyan = 0, Magento = 0.72, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 71 | 143 | - |
| CMYK | 0 | 0.72 | 0.43 | 0.02 |
| HSL | 336º | 0.96% | 0.63% | - |
| HSV(B) | 336º | 0.72% | 0.98% | - |
| XYZ | 46.99 | 27 | 28.72 | - |
| YUV | 133.03 | 133.63 | 212.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 71 | 143 | 0 | 0.72 | 0.43 | 0.02 | 336 | 0.96 | 0.63 |
| Hex | FB | 47 | 8F | 0 | 48 | 2B | 2 | 150 | 60 | 3F |
| Octal | 373 | 107 | 217 | 0 | 110 | 53 | 2 | 520 | 140 | 77 |
| Binary | 11111011 | 1000111 | 10001111 | 0 | 1001000 | 101011 | 10 | 101010000 | 1100000 | 111111 |
Color Harmonies of #FB478F
Complementary color
Monochromatic Colors of #FB478F
Black with #FB478F
Text Example
Text Example
White with #FB478F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB478F; }
p { color: rgb(251,71,143); }
H1.HeaderClassName
{
color: #FB478F;
}
.AnyTagClassName
{
color: #FB478F;
}
</style>
background-color css
<style>
a { background-color: #FB478F; }
a { background-color: rgb(251,71,143); }
div.DivClassName
{
background-color: #FB478F;
}
.BgClassName
{
background-color: #FB478F;
}
</style>
border-color css
<style>
span { border-color: #FB478F; }
span { border-color: rgb(251,71,143); }
td.TdClassName
{
border-color: #FB478F;
}
.TagClassName
{
border-color: #FB478F;
}
</style>