Shades of Violet Red #F34085
Tints of Violet Red #F34085
RGB
CMYK
RGB Variations
Color information
#F34085 (or 0xF34085) is known color: Violet Red. HEX triplet: F3, 40 and 85. RGB value is (243,64,133). Sum of RGB (Red+Green+Blue) = 243+64+133=440 (58% of max value = 765). Red value is 243 (95.31% from 255 or 55.23% from 440); Green value is 64 (25.39% from 255 or 14.55% from 440); Blue value is 133 (52.34% from 255 or 30.23% from 440); Max value from RGB is 243 - color contains mainly: red. Hex color #F34085 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F34085 is #0CBF7A. Grayscale: #7D7D7D. Windows color (decimal): -835451 or 8732915. OLE color: 8732915.
HSL color Cylindrical-coordinate representation of color #F34085: hue angle of 336.87º 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 #F34085 is Cyan = 0, Magento = 0.74, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 64 | 133 | - |
| CMYK | 0 | 0.74 | 0.45 | 0.05 |
| HSL | 336.87º | 0.88% | 0.6% | - |
| HSV(B) | 336.87º | 0.74% | 0.95% | - |
| XYZ | 43.03 | 24.41 | 24.63 | - |
| YUV | 125.39 | 132.3 | 211.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 64 | 133 | 0 | 0.74 | 0.45 | 0.05 | 336.87 | 0.88 | 0.6 |
| Hex | F3 | 40 | 85 | 0 | 4A | 2D | 5 | 151 | 58 | 3C |
| Octal | 363 | 100 | 205 | 0 | 112 | 55 | 5 | 521 | 130 | 74 |
| Binary | 11110011 | 1000000 | 10000101 | 0 | 1001010 | 101101 | 101 | 101010001 | 1011000 | 111100 |
Color Harmonies of #F34085
Complementary color
Monochromatic Colors of #F34085
Black with #F34085
Text Example
Text Example
White with #F34085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34085; }
p { color: rgb(243,64,133); }
H1.HeaderClassName
{
color: #F34085;
}
.AnyTagClassName
{
color: #F34085;
}
</style>
background-color css
<style>
a { background-color: #F34085; }
a { background-color: rgb(243,64,133); }
div.DivClassName
{
background-color: #F34085;
}
.BgClassName
{
background-color: #F34085;
}
</style>
border-color css
<style>
span { border-color: #F34085; }
span { border-color: rgb(243,64,133); }
td.TdClassName
{
border-color: #F34085;
}
.TagClassName
{
border-color: #F34085;
}
</style>