Shades of Violet Red #F3459A
Tints of Violet Red #F3459A
RGB
CMYK
RGB Variations
Color information
#F3459A (or 0xF3459A) is known color: Violet Red. HEX triplet: F3, 45 and 9A. RGB value is (243,69,154). Sum of RGB (Red+Green+Blue) = 243+69+154=466 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.15% from 466); Green value is 69 (27.34% from 255 or 14.81% from 466); Blue value is 154 (60.55% from 255 or 33.05% from 466); Max value from RGB is 243 - color contains mainly: red. Hex color #F3459A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F3459A is #0CBA65. Grayscale: #828282. Windows color (decimal): -834150 or 10110451. OLE color: 10110451.
HSL color Cylindrical-coordinate representation of color #F3459A: hue angle of 330.69º 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 #F3459A is Cyan = 0, Magento = 0.72, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 69 | 154 | - |
| CMYK | 0 | 0.72 | 0.37 | 0.05 |
| HSL | 330.69º | 0.88% | 0.61% | - |
| HSV(B) | 330.69º | 0.72% | 0.95% | - |
| XYZ | 44.92 | 25.64 | 33.15 | - |
| YUV | 130.72 | 141.15 | 208.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 69 | 154 | 0 | 0.72 | 0.37 | 0.05 | 330.69 | 0.88 | 0.61 |
| Hex | F3 | 45 | 9A | 0 | 48 | 25 | 5 | 14B | 58 | 3D |
| Octal | 363 | 105 | 232 | 0 | 110 | 45 | 5 | 513 | 130 | 75 |
| Binary | 11110011 | 1000101 | 10011010 | 0 | 1001000 | 100101 | 101 | 101001011 | 1011000 | 111101 |
Color Harmonies of #F3459A
Complementary color
Monochromatic Colors of #F3459A
Black with #F3459A
Text Example
Text Example
White with #F3459A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3459A; }
p { color: rgb(243,69,154); }
H1.HeaderClassName
{
color: #F3459A;
}
.AnyTagClassName
{
color: #F3459A;
}
</style>
background-color css
<style>
a { background-color: #F3459A; }
a { background-color: rgb(243,69,154); }
div.DivClassName
{
background-color: #F3459A;
}
.BgClassName
{
background-color: #F3459A;
}
</style>
border-color css
<style>
span { border-color: #F3459A; }
span { border-color: rgb(243,69,154); }
td.TdClassName
{
border-color: #F3459A;
}
.TagClassName
{
border-color: #F3459A;
}
</style>