Shades of Violet Red #FB4397
Tints of Violet Red #FB4397
RGB
CMYK
RGB Variations
Color information
#FB4397 (or 0xFB4397) is known color: Violet Red. HEX triplet: FB, 43 and 97. RGB value is (251,67,151). Sum of RGB (Red+Green+Blue) = 251+67+151=469 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.52% from 469); Green value is 67 (26.56% from 255 or 14.29% from 469); Blue value is 151 (59.38% from 255 or 32.20% from 469); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4397 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB4397 is #04BC68. Grayscale: #838383. Windows color (decimal): -310377 or 9913339. OLE color: 9913339.
HSL color Cylindrical-coordinate representation of color #FB4397: hue angle of 332.61º 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 #FB4397 is Cyan = 0, Magento = 0.73, Yellow = 0.40 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 67 | 151 | - |
| CMYK | 0 | 0.73 | 0.40 | 0.02 |
| HSL | 332.61º | 0.96% | 0.62% | - |
| HSV(B) | 332.61º | 0.73% | 0.98% | - |
| XYZ | 47.38 | 26.76 | 31.95 | - |
| YUV | 131.59 | 138.96 | 213.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 67 | 151 | 0 | 0.73 | 0.40 | 0.02 | 332.61 | 0.96 | 0.62 |
| Hex | FB | 43 | 97 | 0 | 49 | 28 | 2 | 14D | 60 | 3E |
| Octal | 373 | 103 | 227 | 0 | 111 | 50 | 2 | 515 | 140 | 76 |
| Binary | 11111011 | 1000011 | 10010111 | 0 | 1001001 | 101000 | 10 | 101001101 | 1100000 | 111110 |
Color Harmonies of #FB4397
Complementary color
Monochromatic Colors of #FB4397
Black with #FB4397
Text Example
Text Example
White with #FB4397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4397; }
p { color: rgb(251,67,151); }
H1.HeaderClassName
{
color: #FB4397;
}
.AnyTagClassName
{
color: #FB4397;
}
</style>
background-color css
<style>
a { background-color: #FB4397; }
a { background-color: rgb(251,67,151); }
div.DivClassName
{
background-color: #FB4397;
}
.BgClassName
{
background-color: #FB4397;
}
</style>
border-color css
<style>
span { border-color: #FB4397; }
span { border-color: rgb(251,67,151); }
td.TdClassName
{
border-color: #FB4397;
}
.TagClassName
{
border-color: #FB4397;
}
</style>