Shades of Violet Red #F43380
Tints of Violet Red #F43380
RGB
CMYK
RGB Variations
Color information
#F43380 (or 0xF43380) is known color: Violet Red. HEX triplet: F4, 33 and 80. RGB value is (244,51,128). Sum of RGB (Red+Green+Blue) = 244+51+128=423 (56% of max value = 765). Red value is 244 (95.70% from 255 or 57.68% from 423); Green value is 51 (20.31% from 255 or 12.06% from 423); Blue value is 128 (50.39% from 255 or 30.26% from 423); Max value from RGB is 244 - color contains mainly: red. Hex color #F43380 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F43380 is #0BCC7F. Grayscale: #757575. Windows color (decimal): -773248 or 8401908. OLE color: 8401908.
HSL color Cylindrical-coordinate representation of color #F43380: hue angle of 336.06º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F43380 is Cyan = 0, Magento = 0.79, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 51 | 128 | - |
| CMYK | 0 | 0.79 | 0.48 | 0.04 |
| HSL | 336.06º | 0.9% | 0.58% | - |
| HSV(B) | 336.06º | 0.79% | 0.96% | - |
| XYZ | 42.39 | 23.16 | 22.66 | - |
| YUV | 117.49 | 133.94 | 218.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 51 | 128 | 0 | 0.79 | 0.48 | 0.04 | 336.06 | 0.9 | 0.58 |
| Hex | F4 | 33 | 80 | 0 | 4F | 30 | 4 | 150 | 5A | 3A |
| Octal | 364 | 63 | 200 | 0 | 117 | 60 | 4 | 520 | 132 | 72 |
| Binary | 11110100 | 110011 | 10000000 | 0 | 1001111 | 110000 | 100 | 101010000 | 1011010 | 111010 |
Color Harmonies of #F43380
Complementary color
Monochromatic Colors of #F43380
Black with #F43380
Text Example
Text Example
White with #F43380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F43380; }
p { color: rgb(244,51,128); }
H1.HeaderClassName
{
color: #F43380;
}
.AnyTagClassName
{
color: #F43380;
}
</style>
background-color css
<style>
a { background-color: #F43380; }
a { background-color: rgb(244,51,128); }
div.DivClassName
{
background-color: #F43380;
}
.BgClassName
{
background-color: #F43380;
}
</style>
border-color css
<style>
span { border-color: #F43380; }
span { border-color: rgb(244,51,128); }
td.TdClassName
{
border-color: #F43380;
}
.TagClassName
{
border-color: #F43380;
}
</style>