Shades of Violet Red #FB387F
Tints of Violet Red #FB387F
RGB
CMYK
RGB Variations
Color information
#FB387F (or 0xFB387F) is known color: Violet Red. HEX triplet: FB, 38 and 7F. RGB value is (251,56,127). Sum of RGB (Red+Green+Blue) = 251+56+127=434 (57% of max value = 765). Red value is 251 (98.44% from 255 or 57.83% from 434); Green value is 56 (22.27% from 255 or 12.90% from 434); Blue value is 127 (50% from 255 or 29.26% from 434); Max value from RGB is 251 - color contains mainly: red. Hex color #FB387F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB387F is #04C780. Grayscale: #7A7A7A. Windows color (decimal): -313217 or 8337659. OLE color: 8337659.
HSL color Cylindrical-coordinate representation of color #FB387F: hue angle of 338.15º 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 #FB387F is Cyan = 0, Magento = 0.78, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 56 | 127 | - |
| CMYK | 0 | 0.78 | 0.49 | 0.02 |
| HSL | 338.15º | 0.96% | 0.6% | - |
| HSV(B) | 338.15º | 0.78% | 0.98% | - |
| XYZ | 45.03 | 24.87 | 22.51 | - |
| YUV | 122.4 | 130.6 | 219.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 56 | 127 | 0 | 0.78 | 0.49 | 0.02 | 338.15 | 0.96 | 0.6 |
| Hex | FB | 38 | 7F | 0 | 4E | 31 | 2 | 152 | 60 | 3C |
| Octal | 373 | 70 | 177 | 0 | 116 | 61 | 2 | 522 | 140 | 74 |
| Binary | 11111011 | 111000 | 1111111 | 0 | 1001110 | 110001 | 10 | 101010010 | 1100000 | 111100 |
Color Harmonies of #FB387F
Complementary color
Monochromatic Colors of #FB387F
Black with #FB387F
Text Example
Text Example
White with #FB387F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB387F; }
p { color: rgb(251,56,127); }
H1.HeaderClassName
{
color: #FB387F;
}
.AnyTagClassName
{
color: #FB387F;
}
</style>
background-color css
<style>
a { background-color: #FB387F; }
a { background-color: rgb(251,56,127); }
div.DivClassName
{
background-color: #FB387F;
}
.BgClassName
{
background-color: #FB387F;
}
</style>
border-color css
<style>
span { border-color: #FB387F; }
span { border-color: rgb(251,56,127); }
td.TdClassName
{
border-color: #FB387F;
}
.TagClassName
{
border-color: #FB387F;
}
</style>