Shades of Violet Red #FB4178
Tints of Violet Red #FB4178
RGB
CMYK
RGB Variations
Color information
#FB4178 (or 0xFB4178) is known color: Violet Red. HEX triplet: FB, 41 and 78. RGB value is (251,65,120). Sum of RGB (Red+Green+Blue) = 251+65+120=436 (57% of max value = 765). Red value is 251 (98.44% from 255 or 57.57% from 436); Green value is 65 (25.78% from 255 or 14.91% from 436); Blue value is 120 (47.27% from 255 or 27.52% from 436); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4178 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB4178 is #04BE87. Grayscale: #7E7E7E. Windows color (decimal): -310920 or 7881211. OLE color: 7881211.
HSL color Cylindrical-coordinate representation of color #FB4178: hue angle of 342.26º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FB4178 is Cyan = 0, Magento = 0.74, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 65 | 120 | - |
| CMYK | 0 | 0.74 | 0.52 | 0.02 |
| HSL | 342.26º | 0.96% | 0.62% | - |
| HSV(B) | 342.26º | 0.74% | 0.98% | - |
| XYZ | 45.06 | 25.65 | 20.34 | - |
| YUV | 126.88 | 124.12 | 216.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 65 | 120 | 0 | 0.74 | 0.52 | 0.02 | 342.26 | 0.96 | 0.62 |
| Hex | FB | 41 | 78 | 0 | 4A | 34 | 2 | 156 | 60 | 3E |
| Octal | 373 | 101 | 170 | 0 | 112 | 64 | 2 | 526 | 140 | 76 |
| Binary | 11111011 | 1000001 | 1111000 | 0 | 1001010 | 110100 | 10 | 101010110 | 1100000 | 111110 |
Color Harmonies of #FB4178
Complementary color
Monochromatic Colors of #FB4178
Black with #FB4178
Text Example
Text Example
White with #FB4178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4178; }
p { color: rgb(251,65,120); }
H1.HeaderClassName
{
color: #FB4178;
}
.AnyTagClassName
{
color: #FB4178;
}
</style>
background-color css
<style>
a { background-color: #FB4178; }
a { background-color: rgb(251,65,120); }
div.DivClassName
{
background-color: #FB4178;
}
.BgClassName
{
background-color: #FB4178;
}
</style>
border-color css
<style>
span { border-color: #FB4178; }
span { border-color: rgb(251,65,120); }
td.TdClassName
{
border-color: #FB4178;
}
.TagClassName
{
border-color: #FB4178;
}
</style>