Shades of Violet Red #FB3885
Tints of Violet Red #FB3885
RGB
CMYK
RGB Variations
Color information
#FB3885 (or 0xFB3885) is known color: Violet Red. HEX triplet: FB, 38 and 85. RGB value is (251,56,133). Sum of RGB (Red+Green+Blue) = 251+56+133=440 (58% of max value = 765). Red value is 251 (98.44% from 255 or 57.05% from 440); Green value is 56 (22.27% from 255 or 12.73% from 440); Blue value is 133 (52.34% from 255 or 30.23% from 440); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3885 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB3885 is #04C77A. Grayscale: #7A7A7A. Windows color (decimal): -313211 or 8730875. OLE color: 8730875.
HSL color Cylindrical-coordinate representation of color #FB3885: hue angle of 336.31º 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 #FB3885 is Cyan = 0, Magento = 0.78, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 56 | 133 | - |
| CMYK | 0 | 0.78 | 0.47 | 0.02 |
| HSL | 336.31º | 0.96% | 0.6% | - |
| HSV(B) | 336.31º | 0.78% | 0.98% | - |
| XYZ | 45.43 | 25.03 | 24.63 | - |
| YUV | 123.08 | 133.6 | 219.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 56 | 133 | 0 | 0.78 | 0.47 | 0.02 | 336.31 | 0.96 | 0.6 |
| Hex | FB | 38 | 85 | 0 | 4E | 2F | 2 | 150 | 60 | 3C |
| Octal | 373 | 70 | 205 | 0 | 116 | 57 | 2 | 520 | 140 | 74 |
| Binary | 11111011 | 111000 | 10000101 | 0 | 1001110 | 101111 | 10 | 101010000 | 1100000 | 111100 |
Color Harmonies of #FB3885
Complementary color
Monochromatic Colors of #FB3885
Black with #FB3885
Text Example
Text Example
White with #FB3885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3885; }
p { color: rgb(251,56,133); }
H1.HeaderClassName
{
color: #FB3885;
}
.AnyTagClassName
{
color: #FB3885;
}
</style>
background-color css
<style>
a { background-color: #FB3885; }
a { background-color: rgb(251,56,133); }
div.DivClassName
{
background-color: #FB3885;
}
.BgClassName
{
background-color: #FB3885;
}
</style>
border-color css
<style>
span { border-color: #FB3885; }
span { border-color: rgb(251,56,133); }
td.TdClassName
{
border-color: #FB3885;
}
.TagClassName
{
border-color: #FB3885;
}
</style>