Shades of Violet Red #F43277
Tints of Violet Red #F43277
RGB
CMYK
RGB Variations
Color information
#F43277 (or 0xF43277) is known color: Violet Red. HEX triplet: F4, 32 and 77. RGB value is (244,50,119). Sum of RGB (Red+Green+Blue) = 244+50+119=413 (54% of max value = 765). Red value is 244 (95.70% from 255 or 59.08% from 413); Green value is 50 (19.92% from 255 or 12.11% from 413); Blue value is 119 (46.88% from 255 or 28.81% from 413); Max value from RGB is 244 - color contains mainly: red. Hex color #F43277 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F43277 is #0BCD88. Grayscale: #737373. Windows color (decimal): -773513 or 7811828. OLE color: 7811828.
HSL color Cylindrical-coordinate representation of color #F43277: hue angle of 338.66º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F43277 is Cyan = 0, Magento = 0.80, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 50 | 119 | - |
| CMYK | 0 | 0.80 | 0.51 | 0.04 |
| HSL | 338.66º | 0.9% | 0.58% | - |
| HSV(B) | 338.66º | 0.8% | 0.96% | - |
| XYZ | 41.78 | 22.85 | 19.66 | - |
| YUV | 115.87 | 129.77 | 219.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 50 | 119 | 0 | 0.80 | 0.51 | 0.04 | 338.66 | 0.9 | 0.58 |
| Hex | F4 | 32 | 77 | 0 | 50 | 33 | 4 | 153 | 5A | 3A |
| Octal | 364 | 62 | 167 | 0 | 120 | 63 | 4 | 523 | 132 | 72 |
| Binary | 11110100 | 110010 | 1110111 | 0 | 1010000 | 110011 | 100 | 101010011 | 1011010 | 111010 |
Color Harmonies of #F43277
Complementary color
Monochromatic Colors of #F43277
Black with #F43277
Text Example
Text Example
White with #F43277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F43277; }
p { color: rgb(244,50,119); }
H1.HeaderClassName
{
color: #F43277;
}
.AnyTagClassName
{
color: #F43277;
}
</style>
background-color css
<style>
a { background-color: #F43277; }
a { background-color: rgb(244,50,119); }
div.DivClassName
{
background-color: #F43277;
}
.BgClassName
{
background-color: #F43277;
}
</style>
border-color css
<style>
span { border-color: #F43277; }
span { border-color: rgb(244,50,119); }
td.TdClassName
{
border-color: #F43277;
}
.TagClassName
{
border-color: #F43277;
}
</style>