Shades of Violet Red #F34187
Tints of Violet Red #F34187
RGB
CMYK
RGB Variations
Color information
#F34187 (or 0xF34187) is known color: Violet Red. HEX triplet: F3, 41 and 87. RGB value is (243,65,135). Sum of RGB (Red+Green+Blue) = 243+65+135=443 (58% of max value = 765). Red value is 243 (95.31% from 255 or 54.85% from 443); Green value is 65 (25.78% from 255 or 14.67% from 443); Blue value is 135 (53.12% from 255 or 30.47% from 443); Max value from RGB is 243 - color contains mainly: red. Hex color #F34187 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F34187 is #0CBE78. Grayscale: #7E7E7E. Windows color (decimal): -835193 or 8864243. OLE color: 8864243.
HSL color Cylindrical-coordinate representation of color #F34187: hue angle of 336.4º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F34187 is Cyan = 0, Magento = 0.73, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 65 | 135 | - |
| CMYK | 0 | 0.73 | 0.44 | 0.05 |
| HSL | 336.4º | 0.88% | 0.6% | - |
| HSV(B) | 336.4º | 0.73% | 0.95% | - |
| XYZ | 43.23 | 24.58 | 25.39 | - |
| YUV | 126.2 | 132.97 | 211.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 65 | 135 | 0 | 0.73 | 0.44 | 0.05 | 336.4 | 0.88 | 0.6 |
| Hex | F3 | 41 | 87 | 0 | 49 | 2C | 5 | 150 | 58 | 3C |
| Octal | 363 | 101 | 207 | 0 | 111 | 54 | 5 | 520 | 130 | 74 |
| Binary | 11110011 | 1000001 | 10000111 | 0 | 1001001 | 101100 | 101 | 101010000 | 1011000 | 111100 |
Color Harmonies of #F34187
Complementary color
Monochromatic Colors of #F34187
Black with #F34187
Text Example
Text Example
White with #F34187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34187; }
p { color: rgb(243,65,135); }
H1.HeaderClassName
{
color: #F34187;
}
.AnyTagClassName
{
color: #F34187;
}
</style>
background-color css
<style>
a { background-color: #F34187; }
a { background-color: rgb(243,65,135); }
div.DivClassName
{
background-color: #F34187;
}
.BgClassName
{
background-color: #F34187;
}
</style>
border-color css
<style>
span { border-color: #F34187; }
span { border-color: rgb(243,65,135); }
td.TdClassName
{
border-color: #F34187;
}
.TagClassName
{
border-color: #F34187;
}
</style>