Shades of Violet Red #FB387D
Tints of Violet Red #FB387D
RGB
CMYK
RGB Variations
Color information
#FB387D (or 0xFB387D) is known color: Violet Red. HEX triplet: FB, 38 and 7D. RGB value is (251,56,125). Sum of RGB (Red+Green+Blue) = 251+56+125=432 (57% of max value = 765). Red value is 251 (98.44% from 255 or 58.10% from 432); Green value is 56 (22.27% from 255 or 12.96% from 432); Blue value is 125 (49.22% from 255 or 28.94% from 432); Max value from RGB is 251 - color contains mainly: red. Hex color #FB387D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB387D is #04C782. Grayscale: #7A7A7A. Windows color (decimal): -313219 or 8206587. OLE color: 8206587.
HSL color Cylindrical-coordinate representation of color #FB387D: hue angle of 338.77º 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 #FB387D is Cyan = 0, Magento = 0.78, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 56 | 125 | - |
| CMYK | 0 | 0.78 | 0.50 | 0.02 |
| HSL | 338.77º | 0.96% | 0.6% | - |
| HSV(B) | 338.77º | 0.78% | 0.98% | - |
| XYZ | 44.9 | 24.82 | 21.83 | - |
| YUV | 122.17 | 129.6 | 219.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 56 | 125 | 0 | 0.78 | 0.50 | 0.02 | 338.77 | 0.96 | 0.6 |
| Hex | FB | 38 | 7D | 0 | 4E | 32 | 2 | 153 | 60 | 3C |
| Octal | 373 | 70 | 175 | 0 | 116 | 62 | 2 | 523 | 140 | 74 |
| Binary | 11111011 | 111000 | 1111101 | 0 | 1001110 | 110010 | 10 | 101010011 | 1100000 | 111100 |
Color Harmonies of #FB387D
Complementary color
Monochromatic Colors of #FB387D
Black with #FB387D
Text Example
Text Example
White with #FB387D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB387D; }
p { color: rgb(251,56,125); }
H1.HeaderClassName
{
color: #FB387D;
}
.AnyTagClassName
{
color: #FB387D;
}
</style>
background-color css
<style>
a { background-color: #FB387D; }
a { background-color: rgb(251,56,125); }
div.DivClassName
{
background-color: #FB387D;
}
.BgClassName
{
background-color: #FB387D;
}
</style>
border-color css
<style>
span { border-color: #FB387D; }
span { border-color: rgb(251,56,125); }
td.TdClassName
{
border-color: #FB387D;
}
.TagClassName
{
border-color: #FB387D;
}
</style>