Shades of Violet Red #FB3385
Tints of Violet Red #FB3385
RGB
CMYK
RGB Variations
Color information
#FB3385 (or 0xFB3385) is known color: Violet Red. HEX triplet: FB, 33 and 85. RGB value is (251,51,133). Sum of RGB (Red+Green+Blue) = 251+51+133=435 (57% of max value = 765). Red value is 251 (98.44% from 255 or 57.70% from 435); Green value is 51 (20.31% from 255 or 11.72% from 435); Blue value is 133 (52.34% from 255 or 30.57% from 435); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3385 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB3385 is #04CC7A. Grayscale: #787878. Windows color (decimal): -314491 or 8729595. OLE color: 8729595.
HSL color Cylindrical-coordinate representation of color #FB3385: hue angle of 335.4º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FB3385 is Cyan = 0, Magento = 0.80, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 51 | 133 | - |
| CMYK | 0 | 0.80 | 0.47 | 0.02 |
| HSL | 335.4º | 0.96% | 0.59% | - |
| HSV(B) | 335.4º | 0.8% | 0.98% | - |
| XYZ | 45.2 | 24.57 | 24.55 | - |
| YUV | 120.15 | 135.26 | 221.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 51 | 133 | 0 | 0.80 | 0.47 | 0.02 | 335.4 | 0.96 | 0.59 |
| Hex | FB | 33 | 85 | 0 | 50 | 2F | 2 | 14F | 60 | 3B |
| Octal | 373 | 63 | 205 | 0 | 120 | 57 | 2 | 517 | 140 | 73 |
| Binary | 11111011 | 110011 | 10000101 | 0 | 1010000 | 101111 | 10 | 101001111 | 1100000 | 111011 |
Color Harmonies of #FB3385
Complementary color
Monochromatic Colors of #FB3385
Black with #FB3385
Text Example
Text Example
White with #FB3385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3385; }
p { color: rgb(251,51,133); }
H1.HeaderClassName
{
color: #FB3385;
}
.AnyTagClassName
{
color: #FB3385;
}
</style>
background-color css
<style>
a { background-color: #FB3385; }
a { background-color: rgb(251,51,133); }
div.DivClassName
{
background-color: #FB3385;
}
.BgClassName
{
background-color: #FB3385;
}
</style>
border-color css
<style>
span { border-color: #FB3385; }
span { border-color: rgb(251,51,133); }
td.TdClassName
{
border-color: #FB3385;
}
.TagClassName
{
border-color: #FB3385;
}
</style>