Shades of Violet Red #F7448C
Tints of Violet Red #F7448C
RGB
CMYK
RGB Variations
Color information
#F7448C (or 0xF7448C) is known color: Violet Red. HEX triplet: F7, 44 and 8C. RGB value is (247,68,140). Sum of RGB (Red+Green+Blue) = 247+68+140=455 (60% of max value = 765). Red value is 247 (96.88% from 255 or 54.29% from 455); Green value is 68 (26.95% from 255 or 14.95% from 455); Blue value is 140 (55.08% from 255 or 30.77% from 455); Max value from RGB is 247 - color contains mainly: red. Hex color #F7448C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F7448C is #08BB73. Grayscale: #818181. Windows color (decimal): -572276 or 9192695. OLE color: 9192695.
HSL color Cylindrical-coordinate representation of color #F7448C: hue angle of 335.87º 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 #F7448C is Cyan = 0, Magento = 0.72, Yellow = 0.43 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 68 | 140 | - |
| CMYK | 0 | 0.72 | 0.43 | 0.03 |
| HSL | 335.87º | 0.92% | 0.62% | - |
| HSV(B) | 335.87º | 0.72% | 0.97% | - |
| XYZ | 45.16 | 25.8 | 27.41 | - |
| YUV | 129.73 | 133.8 | 211.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 68 | 140 | 0 | 0.72 | 0.43 | 0.03 | 335.87 | 0.92 | 0.62 |
| Hex | F7 | 44 | 8C | 0 | 48 | 2B | 3 | 150 | 5C | 3E |
| Octal | 367 | 104 | 214 | 0 | 110 | 53 | 3 | 520 | 134 | 76 |
| Binary | 11110111 | 1000100 | 10001100 | 0 | 1001000 | 101011 | 11 | 101010000 | 1011100 | 111110 |
Color Harmonies of #F7448C
Complementary color
Monochromatic Colors of #F7448C
Black with #F7448C
Text Example
Text Example
White with #F7448C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7448C; }
p { color: rgb(247,68,140); }
H1.HeaderClassName
{
color: #F7448C;
}
.AnyTagClassName
{
color: #F7448C;
}
</style>
background-color css
<style>
a { background-color: #F7448C; }
a { background-color: rgb(247,68,140); }
div.DivClassName
{
background-color: #F7448C;
}
.BgClassName
{
background-color: #F7448C;
}
</style>
border-color css
<style>
span { border-color: #F7448C; }
span { border-color: rgb(247,68,140); }
td.TdClassName
{
border-color: #F7448C;
}
.TagClassName
{
border-color: #F7448C;
}
</style>