Shades of Violet Red #F7449A
Tints of Violet Red #F7449A
RGB
CMYK
RGB Variations
Color information
#F7449A (or 0xF7449A) is known color: Violet Red. HEX triplet: F7, 44 and 9A. RGB value is (247,68,154). Sum of RGB (Red+Green+Blue) = 247+68+154=469 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.67% from 469); Green value is 68 (26.95% from 255 or 14.50% from 469); Blue value is 154 (60.55% from 255 or 32.84% from 469); Max value from RGB is 247 - color contains mainly: red. Hex color #F7449A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F7449A is #08BB65. Grayscale: #838383. Windows color (decimal): -572262 or 10110199. OLE color: 10110199.
HSL color Cylindrical-coordinate representation of color #F7449A: hue angle of 331.17º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F7449A is Cyan = 0, Magento = 0.72, Yellow = 0.38 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 68 | 154 | - |
| CMYK | 0 | 0.72 | 0.38 | 0.03 |
| HSL | 331.17º | 0.92% | 0.62% | - |
| HSV(B) | 331.17º | 0.72% | 0.97% | - |
| XYZ | 46.26 | 26.24 | 33.2 | - |
| YUV | 131.33 | 140.8 | 210.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 68 | 154 | 0 | 0.72 | 0.38 | 0.03 | 331.17 | 0.92 | 0.62 |
| Hex | F7 | 44 | 9A | 0 | 48 | 26 | 3 | 14B | 5C | 3E |
| Octal | 367 | 104 | 232 | 0 | 110 | 46 | 3 | 513 | 134 | 76 |
| Binary | 11110111 | 1000100 | 10011010 | 0 | 1001000 | 100110 | 11 | 101001011 | 1011100 | 111110 |
Color Harmonies of #F7449A
Complementary color
Monochromatic Colors of #F7449A
Black with #F7449A
Text Example
Text Example
White with #F7449A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7449A; }
p { color: rgb(247,68,154); }
H1.HeaderClassName
{
color: #F7449A;
}
.AnyTagClassName
{
color: #F7449A;
}
</style>
background-color css
<style>
a { background-color: #F7449A; }
a { background-color: rgb(247,68,154); }
div.DivClassName
{
background-color: #F7449A;
}
.BgClassName
{
background-color: #F7449A;
}
</style>
border-color css
<style>
span { border-color: #F7449A; }
span { border-color: rgb(247,68,154); }
td.TdClassName
{
border-color: #F7449A;
}
.TagClassName
{
border-color: #F7449A;
}
</style>