Shades of Violet Red #F34390
Tints of Violet Red #F34390
RGB
CMYK
RGB Variations
Color information
#F34390 (or 0xF34390) is known color: Violet Red. HEX triplet: F3, 43 and 90. RGB value is (243,67,144). Sum of RGB (Red+Green+Blue) = 243+67+144=454 (60% of max value = 765). Red value is 243 (95.31% from 255 or 53.52% from 454); Green value is 67 (26.56% from 255 or 14.76% from 454); Blue value is 144 (56.64% from 255 or 31.72% from 454); Max value from RGB is 243 - color contains mainly: red. Hex color #F34390 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F34390 is #0CBC6F. Grayscale: #808080. Windows color (decimal): -834672 or 9454579. OLE color: 9454579.
HSL color Cylindrical-coordinate representation of color #F34390: hue angle of 333.75º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F34390 is Cyan = 0, Magento = 0.72, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 67 | 144 | - |
| CMYK | 0 | 0.72 | 0.41 | 0.05 |
| HSL | 333.75º | 0.88% | 0.61% | - |
| HSV(B) | 333.75º | 0.72% | 0.95% | - |
| XYZ | 44 | 25.08 | 28.91 | - |
| YUV | 128.4 | 136.81 | 209.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 67 | 144 | 0 | 0.72 | 0.41 | 0.05 | 333.75 | 0.88 | 0.61 |
| Hex | F3 | 43 | 90 | 0 | 48 | 29 | 5 | 14E | 58 | 3D |
| Octal | 363 | 103 | 220 | 0 | 110 | 51 | 5 | 516 | 130 | 75 |
| Binary | 11110011 | 1000011 | 10010000 | 0 | 1001000 | 101001 | 101 | 101001110 | 1011000 | 111101 |
Color Harmonies of #F34390
Complementary color
Monochromatic Colors of #F34390
Black with #F34390
Text Example
Text Example
White with #F34390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34390; }
p { color: rgb(243,67,144); }
H1.HeaderClassName
{
color: #F34390;
}
.AnyTagClassName
{
color: #F34390;
}
</style>
background-color css
<style>
a { background-color: #F34390; }
a { background-color: rgb(243,67,144); }
div.DivClassName
{
background-color: #F34390;
}
.BgClassName
{
background-color: #F34390;
}
</style>
border-color css
<style>
span { border-color: #F34390; }
span { border-color: rgb(243,67,144); }
td.TdClassName
{
border-color: #F34390;
}
.TagClassName
{
border-color: #F34390;
}
</style>