Shades of Violet Red #FB4188
Tints of Violet Red #FB4188
RGB
CMYK
RGB Variations
Color information
#FB4188 (or 0xFB4188) is known color: Violet Red. HEX triplet: FB, 41 and 88. RGB value is (251,65,136). Sum of RGB (Red+Green+Blue) = 251+65+136=452 (59% of max value = 765). Red value is 251 (98.44% from 255 or 55.53% from 452); Green value is 65 (25.78% from 255 or 14.38% from 452); Blue value is 136 (53.52% from 255 or 30.09% from 452); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4188 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB4188 is #04BE77. Grayscale: #808080. Windows color (decimal): -310904 or 8929787. OLE color: 8929787.
HSL color Cylindrical-coordinate representation of color #FB4188: hue angle of 337.1º 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 #FB4188 is Cyan = 0, Magento = 0.74, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 65 | 136 | - |
| CMYK | 0 | 0.74 | 0.46 | 0.02 |
| HSL | 337.1º | 0.96% | 0.62% | - |
| HSV(B) | 337.1º | 0.74% | 0.98% | - |
| XYZ | 46.12 | 26.07 | 25.89 | - |
| YUV | 128.71 | 132.12 | 215.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 65 | 136 | 0 | 0.74 | 0.46 | 0.02 | 337.1 | 0.96 | 0.62 |
| Hex | FB | 41 | 88 | 0 | 4A | 2E | 2 | 151 | 60 | 3E |
| Octal | 373 | 101 | 210 | 0 | 112 | 56 | 2 | 521 | 140 | 76 |
| Binary | 11111011 | 1000001 | 10001000 | 0 | 1001010 | 101110 | 10 | 101010001 | 1100000 | 111110 |
Color Harmonies of #FB4188
Complementary color
Monochromatic Colors of #FB4188
Black with #FB4188
Text Example
Text Example
White with #FB4188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4188; }
p { color: rgb(251,65,136); }
H1.HeaderClassName
{
color: #FB4188;
}
.AnyTagClassName
{
color: #FB4188;
}
</style>
background-color css
<style>
a { background-color: #FB4188; }
a { background-color: rgb(251,65,136); }
div.DivClassName
{
background-color: #FB4188;
}
.BgClassName
{
background-color: #FB4188;
}
</style>
border-color css
<style>
span { border-color: #FB4188; }
span { border-color: rgb(251,65,136); }
td.TdClassName
{
border-color: #FB4188;
}
.TagClassName
{
border-color: #FB4188;
}
</style>