Shades of Violet Red #FB418A
Tints of Violet Red #FB418A
RGB
CMYK
RGB Variations
Color information
#FB418A (or 0xFB418A) is known color: Violet Red. HEX triplet: FB, 41 and 8A. RGB value is (251,65,138). Sum of RGB (Red+Green+Blue) = 251+65+138=454 (60% of max value = 765). Red value is 251 (98.44% from 255 or 55.29% from 454); Green value is 65 (25.78% from 255 or 14.32% from 454); Blue value is 138 (54.30% from 255 or 30.40% from 454); Max value from RGB is 251 - color contains mainly: red. Hex color #FB418A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB418A is #04BE75. Grayscale: #808080. Windows color (decimal): -310902 or 9060859. OLE color: 9060859.
HSL color Cylindrical-coordinate representation of color #FB418A: hue angle of 336.45º 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 #FB418A is Cyan = 0, Magento = 0.74, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 65 | 138 | - |
| CMYK | 0 | 0.74 | 0.45 | 0.02 |
| HSL | 336.45º | 0.96% | 0.62% | - |
| HSV(B) | 336.45º | 0.74% | 0.98% | - |
| XYZ | 46.26 | 26.12 | 26.65 | - |
| YUV | 128.94 | 133.12 | 215.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 65 | 138 | 0 | 0.74 | 0.45 | 0.02 | 336.45 | 0.96 | 0.62 |
| Hex | FB | 41 | 8A | 0 | 4A | 2D | 2 | 150 | 60 | 3E |
| Octal | 373 | 101 | 212 | 0 | 112 | 55 | 2 | 520 | 140 | 76 |
| Binary | 11111011 | 1000001 | 10001010 | 0 | 1001010 | 101101 | 10 | 101010000 | 1100000 | 111110 |
Color Harmonies of #FB418A
Complementary color
Monochromatic Colors of #FB418A
Black with #FB418A
Text Example
Text Example
White with #FB418A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB418A; }
p { color: rgb(251,65,138); }
H1.HeaderClassName
{
color: #FB418A;
}
.AnyTagClassName
{
color: #FB418A;
}
</style>
background-color css
<style>
a { background-color: #FB418A; }
a { background-color: rgb(251,65,138); }
div.DivClassName
{
background-color: #FB418A;
}
.BgClassName
{
background-color: #FB418A;
}
</style>
border-color css
<style>
span { border-color: #FB418A; }
span { border-color: rgb(251,65,138); }
td.TdClassName
{
border-color: #FB418A;
}
.TagClassName
{
border-color: #FB418A;
}
</style>