Shades of Violet Red #F43184
Tints of Violet Red #F43184
RGB
CMYK
RGB Variations
Color information
#F43184 (or 0xF43184) is known color: Violet Red. HEX triplet: F4, 31 and 84. RGB value is (244,49,132). Sum of RGB (Red+Green+Blue) = 244+49+132=425 (56% of max value = 765). Red value is 244 (95.70% from 255 or 57.41% from 425); Green value is 49 (19.53% from 255 or 11.53% from 425); Blue value is 132 (51.95% from 255 or 31.06% from 425); Max value from RGB is 244 - color contains mainly: red. Hex color #F43184 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F43184 is #0BCE7B. Grayscale: #747474. Windows color (decimal): -773756 or 8663540. OLE color: 8663540.
HSL color Cylindrical-coordinate representation of color #F43184: hue angle of 334.46º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F43184 is Cyan = 0, Magento = 0.80, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 49 | 132 | - |
| CMYK | 0 | 0.80 | 0.46 | 0.04 |
| HSL | 334.46º | 0.9% | 0.57% | - |
| HSV(B) | 334.46º | 0.8% | 0.96% | - |
| XYZ | 42.57 | 23.1 | 24.04 | - |
| YUV | 116.77 | 136.6 | 218.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 49 | 132 | 0 | 0.80 | 0.46 | 0.04 | 334.46 | 0.9 | 0.57 |
| Hex | F4 | 31 | 84 | 0 | 50 | 2E | 4 | 14E | 5A | 39 |
| Octal | 364 | 61 | 204 | 0 | 120 | 56 | 4 | 516 | 132 | 71 |
| Binary | 11110100 | 110001 | 10000100 | 0 | 1010000 | 101110 | 100 | 101001110 | 1011010 | 111001 |
Color Harmonies of #F43184
Complementary color
Monochromatic Colors of #F43184
Black with #F43184
Text Example
Text Example
White with #F43184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F43184; }
p { color: rgb(244,49,132); }
H1.HeaderClassName
{
color: #F43184;
}
.AnyTagClassName
{
color: #F43184;
}
</style>
background-color css
<style>
a { background-color: #F43184; }
a { background-color: rgb(244,49,132); }
div.DivClassName
{
background-color: #F43184;
}
.BgClassName
{
background-color: #F43184;
}
</style>
border-color css
<style>
span { border-color: #F43184; }
span { border-color: rgb(244,49,132); }
td.TdClassName
{
border-color: #F43184;
}
.TagClassName
{
border-color: #F43184;
}
</style>