Shades of Violet Red #FB387C
Tints of Violet Red #FB387C
RGB
CMYK
RGB Variations
Color information
#FB387C (or 0xFB387C) is known color: Violet Red. HEX triplet: FB, 38 and 7C. RGB value is (251,56,124). Sum of RGB (Red+Green+Blue) = 251+56+124=431 (57% of max value = 765). Red value is 251 (98.44% from 255 or 58.24% from 431); Green value is 56 (22.27% from 255 or 12.99% from 431); Blue value is 124 (48.83% from 255 or 28.77% from 431); Max value from RGB is 251 - color contains mainly: red. Hex color #FB387C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB387C is #04C783. Grayscale: #797979. Windows color (decimal): -313220 or 8141051. OLE color: 8141051.
HSL color Cylindrical-coordinate representation of color #FB387C: hue angle of 339.08º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FB387C is Cyan = 0, Magento = 0.78, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 56 | 124 | - |
| CMYK | 0 | 0.78 | 0.51 | 0.02 |
| HSL | 339.08º | 0.96% | 0.6% | - |
| HSV(B) | 339.08º | 0.78% | 0.98% | - |
| XYZ | 44.84 | 24.79 | 21.49 | - |
| YUV | 122.06 | 129.1 | 219.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 56 | 124 | 0 | 0.78 | 0.51 | 0.02 | 339.08 | 0.96 | 0.6 |
| Hex | FB | 38 | 7C | 0 | 4E | 33 | 2 | 153 | 60 | 3C |
| Octal | 373 | 70 | 174 | 0 | 116 | 63 | 2 | 523 | 140 | 74 |
| Binary | 11111011 | 111000 | 1111100 | 0 | 1001110 | 110011 | 10 | 101010011 | 1100000 | 111100 |
Color Harmonies of #FB387C
Complementary color
Monochromatic Colors of #FB387C
Black with #FB387C
Text Example
Text Example
White with #FB387C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB387C; }
p { color: rgb(251,56,124); }
H1.HeaderClassName
{
color: #FB387C;
}
.AnyTagClassName
{
color: #FB387C;
}
</style>
background-color css
<style>
a { background-color: #FB387C; }
a { background-color: rgb(251,56,124); }
div.DivClassName
{
background-color: #FB387C;
}
.BgClassName
{
background-color: #FB387C;
}
</style>
border-color css
<style>
span { border-color: #FB387C; }
span { border-color: rgb(251,56,124); }
td.TdClassName
{
border-color: #FB387C;
}
.TagClassName
{
border-color: #FB387C;
}
</style>