Shades of Violet Red #FB418F
Tints of Violet Red #FB418F
RGB
CMYK
RGB Variations
Color information
#FB418F (or 0xFB418F) is known color: Violet Red. HEX triplet: FB, 41 and 8F. RGB value is (251,65,143). Sum of RGB (Red+Green+Blue) = 251+65+143=459 (60% of max value = 765). Red value is 251 (98.44% from 255 or 54.68% from 459); Green value is 65 (25.78% from 255 or 14.16% from 459); Blue value is 143 (56.25% from 255 or 31.15% from 459); Max value from RGB is 251 - color contains mainly: red. Hex color #FB418F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB418F is #04BE70. Grayscale: #818181. Windows color (decimal): -310897 or 9388539. OLE color: 9388539.
HSL color Cylindrical-coordinate representation of color #FB418F: hue angle of 334.84º 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 #FB418F is Cyan = 0, Magento = 0.74, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 65 | 143 | - |
| CMYK | 0 | 0.74 | 0.43 | 0.02 |
| HSL | 334.84º | 0.96% | 0.62% | - |
| HSV(B) | 334.84º | 0.74% | 0.98% | - |
| XYZ | 46.63 | 26.27 | 28.6 | - |
| YUV | 129.51 | 135.62 | 214.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 65 | 143 | 0 | 0.74 | 0.43 | 0.02 | 334.84 | 0.96 | 0.62 |
| Hex | FB | 41 | 8F | 0 | 4A | 2B | 2 | 14F | 60 | 3E |
| Octal | 373 | 101 | 217 | 0 | 112 | 53 | 2 | 517 | 140 | 76 |
| Binary | 11111011 | 1000001 | 10001111 | 0 | 1001010 | 101011 | 10 | 101001111 | 1100000 | 111110 |
Color Harmonies of #FB418F
Complementary color
Monochromatic Colors of #FB418F
Black with #FB418F
Text Example
Text Example
White with #FB418F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB418F; }
p { color: rgb(251,65,143); }
H1.HeaderClassName
{
color: #FB418F;
}
.AnyTagClassName
{
color: #FB418F;
}
</style>
background-color css
<style>
a { background-color: #FB418F; }
a { background-color: rgb(251,65,143); }
div.DivClassName
{
background-color: #FB418F;
}
.BgClassName
{
background-color: #FB418F;
}
</style>
border-color css
<style>
span { border-color: #FB418F; }
span { border-color: rgb(251,65,143); }
td.TdClassName
{
border-color: #FB418F;
}
.TagClassName
{
border-color: #FB418F;
}
</style>