Shades of Violet Red #F34095
Tints of Violet Red #F34095
RGB
CMYK
RGB Variations
Color information
#F34095 (or 0xF34095) is known color: Violet Red. HEX triplet: F3, 40 and 95. RGB value is (243,64,149). Sum of RGB (Red+Green+Blue) = 243+64+149=456 (60% of max value = 765). Red value is 243 (95.31% from 255 or 53.29% from 456); Green value is 64 (25.39% from 255 or 14.04% from 456); Blue value is 149 (58.59% from 255 or 32.68% from 456); Max value from RGB is 243 - color contains mainly: red. Hex color #F34095 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F34095 is #0CBF6A. Grayscale: #7F7F7F. Windows color (decimal): -835435 or 9781491. OLE color: 9781491.
HSL color Cylindrical-coordinate representation of color #F34095: hue angle of 331.51º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F34095 is Cyan = 0, Magento = 0.74, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 64 | 149 | - |
| CMYK | 0 | 0.74 | 0.39 | 0.05 |
| HSL | 331.51º | 0.88% | 0.6% | - |
| HSV(B) | 331.51º | 0.74% | 0.95% | - |
| XYZ | 44.22 | 24.89 | 30.91 | - |
| YUV | 127.21 | 140.3 | 210.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 64 | 149 | 0 | 0.74 | 0.39 | 0.05 | 331.51 | 0.88 | 0.6 |
| Hex | F3 | 40 | 95 | 0 | 4A | 27 | 5 | 14C | 58 | 3C |
| Octal | 363 | 100 | 225 | 0 | 112 | 47 | 5 | 514 | 130 | 74 |
| Binary | 11110011 | 1000000 | 10010101 | 0 | 1001010 | 100111 | 101 | 101001100 | 1011000 | 111100 |
Color Harmonies of #F34095
Complementary color
Monochromatic Colors of #F34095
Black with #F34095
Text Example
Text Example
White with #F34095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34095; }
p { color: rgb(243,64,149); }
H1.HeaderClassName
{
color: #F34095;
}
.AnyTagClassName
{
color: #F34095;
}
</style>
background-color css
<style>
a { background-color: #F34095; }
a { background-color: rgb(243,64,149); }
div.DivClassName
{
background-color: #F34095;
}
.BgClassName
{
background-color: #F34095;
}
</style>
border-color css
<style>
span { border-color: #F34095; }
span { border-color: rgb(243,64,149); }
td.TdClassName
{
border-color: #F34095;
}
.TagClassName
{
border-color: #F34095;
}
</style>