Shades of Violet Red #F3449A
Tints of Violet Red #F3449A
RGB
CMYK
RGB Variations
Color information
#F3449A (or 0xF3449A) is known color: Violet Red. HEX triplet: F3, 44 and 9A. RGB value is (243,68,154). Sum of RGB (Red+Green+Blue) = 243+68+154=465 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.26% from 465); Green value is 68 (26.95% from 255 or 14.62% from 465); Blue value is 154 (60.55% from 255 or 33.12% from 465); Max value from RGB is 243 - color contains mainly: red. Hex color #F3449A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F3449A is #0CBB65. Grayscale: #818181. Windows color (decimal): -834406 or 10110195. OLE color: 10110195.
HSL color Cylindrical-coordinate representation of color #F3449A: hue angle of 330.51º 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 #F3449A is Cyan = 0, Magento = 0.72, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 68 | 154 | - |
| CMYK | 0 | 0.72 | 0.37 | 0.05 |
| HSL | 330.51º | 0.88% | 0.61% | - |
| HSV(B) | 330.51º | 0.72% | 0.95% | - |
| XYZ | 44.86 | 25.52 | 33.13 | - |
| YUV | 130.13 | 141.48 | 208.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 68 | 154 | 0 | 0.72 | 0.37 | 0.05 | 330.51 | 0.88 | 0.61 |
| Hex | F3 | 44 | 9A | 0 | 48 | 25 | 5 | 14B | 58 | 3D |
| Octal | 363 | 104 | 232 | 0 | 110 | 45 | 5 | 513 | 130 | 75 |
| Binary | 11110011 | 1000100 | 10011010 | 0 | 1001000 | 100101 | 101 | 101001011 | 1011000 | 111101 |
Color Harmonies of #F3449A
Complementary color
Monochromatic Colors of #F3449A
Black with #F3449A
Text Example
Text Example
White with #F3449A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3449A; }
p { color: rgb(243,68,154); }
H1.HeaderClassName
{
color: #F3449A;
}
.AnyTagClassName
{
color: #F3449A;
}
</style>
background-color css
<style>
a { background-color: #F3449A; }
a { background-color: rgb(243,68,154); }
div.DivClassName
{
background-color: #F3449A;
}
.BgClassName
{
background-color: #F3449A;
}
</style>
border-color css
<style>
span { border-color: #F3449A; }
span { border-color: rgb(243,68,154); }
td.TdClassName
{
border-color: #F3449A;
}
.TagClassName
{
border-color: #F3449A;
}
</style>