Shades of Violet Red #F43A8B
Tints of Violet Red #F43A8B
RGB
CMYK
RGB Variations
Color information
#F43A8B (or 0xF43A8B) is known color: Violet Red. HEX triplet: F4, 3A and 8B. RGB value is (244,58,139). Sum of RGB (Red+Green+Blue) = 244+58+139=441 (58% of max value = 765). Red value is 244 (95.70% from 255 or 55.33% from 441); Green value is 58 (23.05% from 255 or 13.15% from 441); Blue value is 139 (54.69% from 255 or 31.52% from 441); Max value from RGB is 244 - color contains mainly: red. Hex color #F43A8B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F43A8B is #0BC574. Grayscale: #7A7A7A. Windows color (decimal): -771445 or 9124596. OLE color: 9124596.
HSL color Cylindrical-coordinate representation of color #F43A8B: hue angle of 333.87º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F43A8B is Cyan = 0, Magento = 0.76, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 58 | 139 | - |
| CMYK | 0 | 0.76 | 0.43 | 0.04 |
| HSL | 333.87º | 0.89% | 0.59% | - |
| HSV(B) | 333.87º | 0.76% | 0.96% | - |
| XYZ | 43.48 | 24.12 | 26.79 | - |
| YUV | 122.85 | 137.12 | 214.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 58 | 139 | 0 | 0.76 | 0.43 | 0.04 | 333.87 | 0.89 | 0.59 |
| Hex | F4 | 3A | 8B | 0 | 4C | 2B | 4 | 14E | 59 | 3B |
| Octal | 364 | 72 | 213 | 0 | 114 | 53 | 4 | 516 | 131 | 73 |
| Binary | 11110100 | 111010 | 10001011 | 0 | 1001100 | 101011 | 100 | 101001110 | 1011001 | 111011 |
Color Harmonies of #F43A8B
Complementary color
Monochromatic Colors of #F43A8B
Black with #F43A8B
Text Example
Text Example
White with #F43A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F43A8B; }
p { color: rgb(244,58,139); }
H1.HeaderClassName
{
color: #F43A8B;
}
.AnyTagClassName
{
color: #F43A8B;
}
</style>
background-color css
<style>
a { background-color: #F43A8B; }
a { background-color: rgb(244,58,139); }
div.DivClassName
{
background-color: #F43A8B;
}
.BgClassName
{
background-color: #F43A8B;
}
</style>
border-color css
<style>
span { border-color: #F43A8B; }
span { border-color: rgb(244,58,139); }
td.TdClassName
{
border-color: #F43A8B;
}
.TagClassName
{
border-color: #F43A8B;
}
</style>