Shades of Violet Red #FB4376
Tints of Violet Red #FB4376
RGB
CMYK
RGB Variations
Color information
#FB4376 (or 0xFB4376) is known color: Violet Red. HEX triplet: FB, 43 and 76. RGB value is (251,67,118). Sum of RGB (Red+Green+Blue) = 251+67+118=436 (57% of max value = 765). Red value is 251 (98.44% from 255 or 57.57% from 436); Green value is 67 (26.56% from 255 or 15.37% from 436); Blue value is 118 (46.48% from 255 or 27.06% from 436); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4376 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB4376 is #04BC89. Grayscale: #7F7F7F. Windows color (decimal): -310410 or 7750651. OLE color: 7750651.
HSL color Cylindrical-coordinate representation of color #FB4376: hue angle of 343.37º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FB4376 is Cyan = 0, Magento = 0.73, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 67 | 118 | - |
| CMYK | 0 | 0.73 | 0.53 | 0.02 |
| HSL | 343.37º | 0.96% | 0.62% | - |
| HSV(B) | 343.37º | 0.73% | 0.98% | - |
| XYZ | 45.06 | 25.83 | 19.75 | - |
| YUV | 127.83 | 122.46 | 215.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 67 | 118 | 0 | 0.73 | 0.53 | 0.02 | 343.37 | 0.96 | 0.62 |
| Hex | FB | 43 | 76 | 0 | 49 | 35 | 2 | 157 | 60 | 3E |
| Octal | 373 | 103 | 166 | 0 | 111 | 65 | 2 | 527 | 140 | 76 |
| Binary | 11111011 | 1000011 | 1110110 | 0 | 1001001 | 110101 | 10 | 101010111 | 1100000 | 111110 |
Color Harmonies of #FB4376
Complementary color
Monochromatic Colors of #FB4376
Black with #FB4376
Text Example
Text Example
White with #FB4376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4376; }
p { color: rgb(251,67,118); }
H1.HeaderClassName
{
color: #FB4376;
}
.AnyTagClassName
{
color: #FB4376;
}
</style>
background-color css
<style>
a { background-color: #FB4376; }
a { background-color: rgb(251,67,118); }
div.DivClassName
{
background-color: #FB4376;
}
.BgClassName
{
background-color: #FB4376;
}
</style>
border-color css
<style>
span { border-color: #FB4376; }
span { border-color: rgb(251,67,118); }
td.TdClassName
{
border-color: #FB4376;
}
.TagClassName
{
border-color: #FB4376;
}
</style>