Shades of Violet Red #FB4377
Tints of Violet Red #FB4377
RGB
CMYK
RGB Variations
Color information
#FB4377 (or 0xFB4377) is known color: Violet Red. HEX triplet: FB, 43 and 77. RGB value is (251,67,119). Sum of RGB (Red+Green+Blue) = 251+67+119=437 (57% of max value = 765). Red value is 251 (98.44% from 255 or 57.44% from 437); Green value is 67 (26.56% from 255 or 15.33% from 437); Blue value is 119 (46.88% from 255 or 27.23% from 437); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4377 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB4377 is #04BC88. Grayscale: #7F7F7F. Windows color (decimal): -310409 or 7816187. OLE color: 7816187.
HSL color Cylindrical-coordinate representation of color #FB4377: hue angle of 343.04º 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 #FB4377 is Cyan = 0, Magento = 0.73, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 67 | 119 | - |
| CMYK | 0 | 0.73 | 0.53 | 0.02 |
| HSL | 343.04º | 0.96% | 0.62% | - |
| HSV(B) | 343.04º | 0.73% | 0.98% | - |
| XYZ | 45.12 | 25.86 | 20.07 | - |
| YUV | 127.94 | 122.96 | 215.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 67 | 119 | 0 | 0.73 | 0.53 | 0.02 | 343.04 | 0.96 | 0.62 |
| Hex | FB | 43 | 77 | 0 | 49 | 35 | 2 | 157 | 60 | 3E |
| Octal | 373 | 103 | 167 | 0 | 111 | 65 | 2 | 527 | 140 | 76 |
| Binary | 11111011 | 1000011 | 1110111 | 0 | 1001001 | 110101 | 10 | 101010111 | 1100000 | 111110 |
Color Harmonies of #FB4377
Complementary color
Monochromatic Colors of #FB4377
Black with #FB4377
Text Example
Text Example
White with #FB4377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4377; }
p { color: rgb(251,67,119); }
H1.HeaderClassName
{
color: #FB4377;
}
.AnyTagClassName
{
color: #FB4377;
}
</style>
background-color css
<style>
a { background-color: #FB4377; }
a { background-color: rgb(251,67,119); }
div.DivClassName
{
background-color: #FB4377;
}
.BgClassName
{
background-color: #FB4377;
}
</style>
border-color css
<style>
span { border-color: #FB4377; }
span { border-color: rgb(251,67,119); }
td.TdClassName
{
border-color: #FB4377;
}
.TagClassName
{
border-color: #FB4377;
}
</style>