Shades of Violet Red #FB4288
Tints of Violet Red #FB4288
RGB
CMYK
RGB Variations
Color information
#FB4288 (or 0xFB4288) is known color: Violet Red. HEX triplet: FB, 42 and 88. RGB value is (251,66,136). Sum of RGB (Red+Green+Blue) = 251+66+136=453 (60% of max value = 765). Red value is 251 (98.44% from 255 or 55.41% from 453); Green value is 66 (26.17% from 255 or 14.57% from 453); Blue value is 136 (53.52% from 255 or 30.02% from 453); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4288 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB4288 is #04BD77. Grayscale: #818181. Windows color (decimal): -310648 or 8930043. OLE color: 8930043.
HSL color Cylindrical-coordinate representation of color #FB4288: hue angle of 337.3º 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 #FB4288 is Cyan = 0, Magento = 0.74, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 66 | 136 | - |
| CMYK | 0 | 0.74 | 0.46 | 0.02 |
| HSL | 337.3º | 0.96% | 0.62% | - |
| HSV(B) | 337.3º | 0.74% | 0.98% | - |
| XYZ | 46.18 | 26.18 | 25.91 | - |
| YUV | 129.3 | 131.79 | 214.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 66 | 136 | 0 | 0.74 | 0.46 | 0.02 | 337.3 | 0.96 | 0.62 |
| Hex | FB | 42 | 88 | 0 | 4A | 2E | 2 | 151 | 60 | 3E |
| Octal | 373 | 102 | 210 | 0 | 112 | 56 | 2 | 521 | 140 | 76 |
| Binary | 11111011 | 1000010 | 10001000 | 0 | 1001010 | 101110 | 10 | 101010001 | 1100000 | 111110 |
Color Harmonies of #FB4288
Complementary color
Monochromatic Colors of #FB4288
Black with #FB4288
Text Example
Text Example
White with #FB4288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4288; }
p { color: rgb(251,66,136); }
H1.HeaderClassName
{
color: #FB4288;
}
.AnyTagClassName
{
color: #FB4288;
}
</style>
background-color css
<style>
a { background-color: #FB4288; }
a { background-color: rgb(251,66,136); }
div.DivClassName
{
background-color: #FB4288;
}
.BgClassName
{
background-color: #FB4288;
}
</style>
border-color css
<style>
span { border-color: #FB4288; }
span { border-color: rgb(251,66,136); }
td.TdClassName
{
border-color: #FB4288;
}
.TagClassName
{
border-color: #FB4288;
}
</style>