Shades of Violet Red #FB3F76
Tints of Violet Red #FB3F76
RGB
CMYK
RGB Variations
Color information
#FB3F76 (or 0xFB3F76) is known color: Violet Red. HEX triplet: FB, 3F and 76. RGB value is (251,63,118). Sum of RGB (Red+Green+Blue) = 251+63+118=432 (57% of max value = 765). Red value is 251 (98.44% from 255 or 58.10% from 432); Green value is 63 (25% from 255 or 14.58% from 432); Blue value is 118 (46.48% from 255 or 27.31% from 432); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3F76 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB3F76 is #04C089. Grayscale: #7D7D7D. Windows color (decimal): -311434 or 7749627. OLE color: 7749627.
HSL color Cylindrical-coordinate representation of color #FB3F76: hue angle of 342.45º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FB3F76 is Cyan = 0, Magento = 0.75, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 63 | 118 | - |
| CMYK | 0 | 0.75 | 0.53 | 0.02 |
| HSL | 342.45º | 0.96% | 0.62% | - |
| HSV(B) | 342.45º | 0.75% | 0.98% | - |
| XYZ | 44.83 | 25.37 | 19.67 | - |
| YUV | 125.48 | 123.78 | 217.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 63 | 118 | 0 | 0.75 | 0.53 | 0.02 | 342.45 | 0.96 | 0.62 |
| Hex | FB | 3F | 76 | 0 | 4B | 35 | 2 | 156 | 60 | 3E |
| Octal | 373 | 77 | 166 | 0 | 113 | 65 | 2 | 526 | 140 | 76 |
| Binary | 11111011 | 111111 | 1110110 | 0 | 1001011 | 110101 | 10 | 101010110 | 1100000 | 111110 |
Color Harmonies of #FB3F76
Complementary color
Monochromatic Colors of #FB3F76
Black with #FB3F76
Text Example
Text Example
White with #FB3F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3F76; }
p { color: rgb(251,63,118); }
H1.HeaderClassName
{
color: #FB3F76;
}
.AnyTagClassName
{
color: #FB3F76;
}
</style>
background-color css
<style>
a { background-color: #FB3F76; }
a { background-color: rgb(251,63,118); }
div.DivClassName
{
background-color: #FB3F76;
}
.BgClassName
{
background-color: #FB3F76;
}
</style>
border-color css
<style>
span { border-color: #FB3F76; }
span { border-color: rgb(251,63,118); }
td.TdClassName
{
border-color: #FB3F76;
}
.TagClassName
{
border-color: #FB3F76;
}
</style>