Shades of Violet Red #FB4297
Tints of Violet Red #FB4297
RGB
CMYK
RGB Variations
Color information
#FB4297 (or 0xFB4297) is known color: Violet Red. HEX triplet: FB, 42 and 97. RGB value is (251,66,151). Sum of RGB (Red+Green+Blue) = 251+66+151=468 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.63% from 468); Green value is 66 (26.17% from 255 or 14.10% from 468); Blue value is 151 (59.38% from 255 or 32.26% from 468); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4297 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB4297 is #04BD68. Grayscale: #828282. Windows color (decimal): -310633 or 9913083. OLE color: 9913083.
HSL color Cylindrical-coordinate representation of color #FB4297: hue angle of 332.43º 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 #FB4297 is Cyan = 0, Magento = 0.74, Yellow = 0.40 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 66 | 151 | - |
| CMYK | 0 | 0.74 | 0.40 | 0.02 |
| HSL | 332.43º | 0.96% | 0.62% | - |
| HSV(B) | 332.43º | 0.74% | 0.98% | - |
| XYZ | 47.32 | 26.64 | 31.93 | - |
| YUV | 131.01 | 139.29 | 213.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 66 | 151 | 0 | 0.74 | 0.40 | 0.02 | 332.43 | 0.96 | 0.62 |
| Hex | FB | 42 | 97 | 0 | 4A | 28 | 2 | 14C | 60 | 3E |
| Octal | 373 | 102 | 227 | 0 | 112 | 50 | 2 | 514 | 140 | 76 |
| Binary | 11111011 | 1000010 | 10010111 | 0 | 1001010 | 101000 | 10 | 101001100 | 1100000 | 111110 |
Color Harmonies of #FB4297
Complementary color
Monochromatic Colors of #FB4297
Black with #FB4297
Text Example
Text Example
White with #FB4297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4297; }
p { color: rgb(251,66,151); }
H1.HeaderClassName
{
color: #FB4297;
}
.AnyTagClassName
{
color: #FB4297;
}
</style>
background-color css
<style>
a { background-color: #FB4297; }
a { background-color: rgb(251,66,151); }
div.DivClassName
{
background-color: #FB4297;
}
.BgClassName
{
background-color: #FB4297;
}
</style>
border-color css
<style>
span { border-color: #FB4297; }
span { border-color: rgb(251,66,151); }
td.TdClassName
{
border-color: #FB4297;
}
.TagClassName
{
border-color: #FB4297;
}
</style>