Shades of Violet Red #FB317B
Tints of Violet Red #FB317B
RGB
CMYK
RGB Variations
Color information
#FB317B (or 0xFB317B) is known color: Violet Red. HEX triplet: FB, 31 and 7B. RGB value is (251,49,123). Sum of RGB (Red+Green+Blue) = 251+49+123=423 (56% of max value = 765). Red value is 251 (98.44% from 255 or 59.34% from 423); Green value is 49 (19.53% from 255 or 11.58% from 423); Blue value is 123 (48.44% from 255 or 29.08% from 423); Max value from RGB is 251 - color contains mainly: red. Hex color #FB317B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB317B is #04CE84. Grayscale: #757575. Windows color (decimal): -315013 or 8073723. OLE color: 8073723.
HSL color Cylindrical-coordinate representation of color #FB317B: hue angle of 338.02º 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 #FB317B is Cyan = 0, Magento = 0.80, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 49 | 123 | - |
| CMYK | 0 | 0.80 | 0.51 | 0.02 |
| HSL | 338.02º | 0.96% | 0.59% | - |
| HSV(B) | 338.02º | 0.8% | 0.98% | - |
| XYZ | 44.46 | 24.14 | 21.05 | - |
| YUV | 117.83 | 130.92 | 222.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 49 | 123 | 0 | 0.80 | 0.51 | 0.02 | 338.02 | 0.96 | 0.59 |
| Hex | FB | 31 | 7B | 0 | 50 | 33 | 2 | 152 | 60 | 3B |
| Octal | 373 | 61 | 173 | 0 | 120 | 63 | 2 | 522 | 140 | 73 |
| Binary | 11111011 | 110001 | 1111011 | 0 | 1010000 | 110011 | 10 | 101010010 | 1100000 | 111011 |
Color Harmonies of #FB317B
Complementary color
Monochromatic Colors of #FB317B
Black with #FB317B
Text Example
Text Example
White with #FB317B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB317B; }
p { color: rgb(251,49,123); }
H1.HeaderClassName
{
color: #FB317B;
}
.AnyTagClassName
{
color: #FB317B;
}
</style>
background-color css
<style>
a { background-color: #FB317B; }
a { background-color: rgb(251,49,123); }
div.DivClassName
{
background-color: #FB317B;
}
.BgClassName
{
background-color: #FB317B;
}
</style>
border-color css
<style>
span { border-color: #FB317B; }
span { border-color: rgb(251,49,123); }
td.TdClassName
{
border-color: #FB317B;
}
.TagClassName
{
border-color: #FB317B;
}
</style>