Shades of Violet Red #F3459C
Tints of Violet Red #F3459C
RGB
CMYK
RGB Variations
Color information
#F3459C (or 0xF3459C) is known color: Violet Red. HEX triplet: F3, 45 and 9C. RGB value is (243,69,156). Sum of RGB (Red+Green+Blue) = 243+69+156=468 (61% of max value = 765). Red value is 243 (95.31% from 255 or 51.92% from 468); Green value is 69 (27.34% from 255 or 14.74% from 468); Blue value is 156 (61.33% from 255 or 33.33% from 468); Max value from RGB is 243 - color contains mainly: red. Hex color #F3459C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F3459C is #0CBA63. Grayscale: #828282. Windows color (decimal): -834148 or 10241523. OLE color: 10241523.
HSL color Cylindrical-coordinate representation of color #F3459C: hue angle of 330º 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 #F3459C is Cyan = 0, Magento = 0.72, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 69 | 156 | - |
| CMYK | 0 | 0.72 | 0.36 | 0.05 |
| HSL | 330º | 0.88% | 0.61% | - |
| HSV(B) | 330º | 0.72% | 0.95% | - |
| XYZ | 45.09 | 25.71 | 34.04 | - |
| YUV | 130.94 | 142.15 | 207.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 69 | 156 | 0 | 0.72 | 0.36 | 0.05 | 330 | 0.88 | 0.61 |
| Hex | F3 | 45 | 9C | 0 | 48 | 24 | 5 | 14A | 58 | 3D |
| Octal | 363 | 105 | 234 | 0 | 110 | 44 | 5 | 512 | 130 | 75 |
| Binary | 11110011 | 1000101 | 10011100 | 0 | 1001000 | 100100 | 101 | 101001010 | 1011000 | 111101 |
Color Harmonies of #F3459C
Complementary color
Monochromatic Colors of #F3459C
Black with #F3459C
Text Example
Text Example
White with #F3459C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3459C; }
p { color: rgb(243,69,156); }
H1.HeaderClassName
{
color: #F3459C;
}
.AnyTagClassName
{
color: #F3459C;
}
</style>
background-color css
<style>
a { background-color: #F3459C; }
a { background-color: rgb(243,69,156); }
div.DivClassName
{
background-color: #F3459C;
}
.BgClassName
{
background-color: #F3459C;
}
</style>
border-color css
<style>
span { border-color: #F3459C; }
span { border-color: rgb(243,69,156); }
td.TdClassName
{
border-color: #F3459C;
}
.TagClassName
{
border-color: #F3459C;
}
</style>