Shades of Violet Red #FB4395
Tints of Violet Red #FB4395
RGB
CMYK
RGB Variations
Color information
#FB4395 (or 0xFB4395) is known color: Violet Red. HEX triplet: FB, 43 and 95. RGB value is (251,67,149). Sum of RGB (Red+Green+Blue) = 251+67+149=467 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.75% from 467); Green value is 67 (26.56% from 255 or 14.35% from 467); Blue value is 149 (58.59% from 255 or 31.91% from 467); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4395 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB4395 is #04BC6A. Grayscale: #838383. Windows color (decimal): -310379 or 9782267. OLE color: 9782267.
HSL color Cylindrical-coordinate representation of color #FB4395: hue angle of 333.26º 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 #FB4395 is Cyan = 0, Magento = 0.73, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 67 | 149 | - |
| CMYK | 0 | 0.73 | 0.41 | 0.02 |
| HSL | 333.26º | 0.96% | 0.62% | - |
| HSV(B) | 333.26º | 0.73% | 0.98% | - |
| XYZ | 47.22 | 26.69 | 31.1 | - |
| YUV | 131.36 | 137.96 | 213.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 67 | 149 | 0 | 0.73 | 0.41 | 0.02 | 333.26 | 0.96 | 0.62 |
| Hex | FB | 43 | 95 | 0 | 49 | 29 | 2 | 14D | 60 | 3E |
| Octal | 373 | 103 | 225 | 0 | 111 | 51 | 2 | 515 | 140 | 76 |
| Binary | 11111011 | 1000011 | 10010101 | 0 | 1001001 | 101001 | 10 | 101001101 | 1100000 | 111110 |
Color Harmonies of #FB4395
Complementary color
Monochromatic Colors of #FB4395
Black with #FB4395
Text Example
Text Example
White with #FB4395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4395; }
p { color: rgb(251,67,149); }
H1.HeaderClassName
{
color: #FB4395;
}
.AnyTagClassName
{
color: #FB4395;
}
</style>
background-color css
<style>
a { background-color: #FB4395; }
a { background-color: rgb(251,67,149); }
div.DivClassName
{
background-color: #FB4395;
}
.BgClassName
{
background-color: #FB4395;
}
</style>
border-color css
<style>
span { border-color: #FB4395; }
span { border-color: rgb(251,67,149); }
td.TdClassName
{
border-color: #FB4395;
}
.TagClassName
{
border-color: #FB4395;
}
</style>