Shades of Violet Red #F5449A
Tints of Violet Red #F5449A
RGB
CMYK
RGB Variations
Color information
#F5449A (or 0xF5449A) is known color: Violet Red. HEX triplet: F5, 44 and 9A. RGB value is (245,68,154). Sum of RGB (Red+Green+Blue) = 245+68+154=467 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.46% from 467); Green value is 68 (26.95% from 255 or 14.56% from 467); Blue value is 154 (60.55% from 255 or 32.98% from 467); Max value from RGB is 245 - color contains mainly: red. Hex color #F5449A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F5449A is #0ABB65. Grayscale: #828282. Windows color (decimal): -703334 or 10110197. OLE color: 10110197.
HSL color Cylindrical-coordinate representation of color #F5449A: hue angle of 330.85º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F5449A is Cyan = 0, Magento = 0.72, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 68 | 154 | - |
| CMYK | 0 | 0.72 | 0.37 | 0.04 |
| HSL | 330.85º | 0.9% | 0.61% | - |
| HSV(B) | 330.85º | 0.72% | 0.96% | - |
| XYZ | 45.56 | 25.88 | 33.17 | - |
| YUV | 130.73 | 141.14 | 209.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 68 | 154 | 0 | 0.72 | 0.37 | 0.04 | 330.85 | 0.9 | 0.61 |
| Hex | F5 | 44 | 9A | 0 | 48 | 25 | 4 | 14B | 5A | 3D |
| Octal | 365 | 104 | 232 | 0 | 110 | 45 | 4 | 513 | 132 | 75 |
| Binary | 11110101 | 1000100 | 10011010 | 0 | 1001000 | 100101 | 100 | 101001011 | 1011010 | 111101 |
Color Harmonies of #F5449A
Complementary color
Monochromatic Colors of #F5449A
Black with #F5449A
Text Example
Text Example
White with #F5449A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5449A; }
p { color: rgb(245,68,154); }
H1.HeaderClassName
{
color: #F5449A;
}
.AnyTagClassName
{
color: #F5449A;
}
</style>
background-color css
<style>
a { background-color: #F5449A; }
a { background-color: rgb(245,68,154); }
div.DivClassName
{
background-color: #F5449A;
}
.BgClassName
{
background-color: #F5449A;
}
</style>
border-color css
<style>
span { border-color: #F5449A; }
span { border-color: rgb(245,68,154); }
td.TdClassName
{
border-color: #F5449A;
}
.TagClassName
{
border-color: #F5449A;
}
</style>