Shades of Violet Red #F1448C
Tints of Violet Red #F1448C
RGB
CMYK
RGB Variations
Color information
#F1448C (or 0xF1448C) is known color: Violet Red. HEX triplet: F1, 44 and 8C. RGB value is (241,68,140). Sum of RGB (Red+Green+Blue) = 241+68+140=449 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.67% from 449); Green value is 68 (26.95% from 255 or 15.14% from 449); Blue value is 140 (55.08% from 255 or 31.18% from 449); Max value from RGB is 241 - color contains mainly: red. Hex color #F1448C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F1448C is #0EBB73. Grayscale: #7F7F7F. Windows color (decimal): -965492 or 9192689. OLE color: 9192689.
HSL color Cylindrical-coordinate representation of color #F1448C: hue angle of 335.03º degrees, saturation: 0.86, 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 #F1448C is Cyan = 0, Magento = 0.72, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 68 | 140 | - |
| CMYK | 0 | 0.72 | 0.42 | 0.05 |
| HSL | 335.03º | 0.86% | 0.61% | - |
| HSV(B) | 335.03º | 0.72% | 0.95% | - |
| XYZ | 43.08 | 24.73 | 27.31 | - |
| YUV | 127.94 | 134.81 | 208.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 68 | 140 | 0 | 0.72 | 0.42 | 0.05 | 335.03 | 0.86 | 0.61 |
| Hex | F1 | 44 | 8C | 0 | 48 | 2A | 5 | 14F | 56 | 3D |
| Octal | 361 | 104 | 214 | 0 | 110 | 52 | 5 | 517 | 126 | 75 |
| Binary | 11110001 | 1000100 | 10001100 | 0 | 1001000 | 101010 | 101 | 101001111 | 1010110 | 111101 |
Color Harmonies of #F1448C
Complementary color
Monochromatic Colors of #F1448C
Black with #F1448C
Text Example
Text Example
White with #F1448C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1448C; }
p { color: rgb(241,68,140); }
H1.HeaderClassName
{
color: #F1448C;
}
.AnyTagClassName
{
color: #F1448C;
}
</style>
background-color css
<style>
a { background-color: #F1448C; }
a { background-color: rgb(241,68,140); }
div.DivClassName
{
background-color: #F1448C;
}
.BgClassName
{
background-color: #F1448C;
}
</style>
border-color css
<style>
span { border-color: #F1448C; }
span { border-color: rgb(241,68,140); }
td.TdClassName
{
border-color: #F1448C;
}
.TagClassName
{
border-color: #F1448C;
}
</style>