Shades of Violet Red #F1448B
Tints of Violet Red #F1448B
RGB
CMYK
RGB Variations
Color information
#F1448B (or 0xF1448B) is known color: Violet Red. HEX triplet: F1, 44 and 8B. RGB value is (241,68,139). Sum of RGB (Red+Green+Blue) = 241+68+139=448 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.79% from 448); Green value is 68 (26.95% from 255 or 15.18% from 448); Blue value is 139 (54.69% from 255 or 31.03% from 448); Max value from RGB is 241 - color contains mainly: red. Hex color #F1448B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F1448B is #0EBB74. Grayscale: #7F7F7F. Windows color (decimal): -965493 or 9127153. OLE color: 9127153.
HSL color Cylindrical-coordinate representation of color #F1448B: hue angle of 335.38º 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 #F1448B is Cyan = 0, Magento = 0.72, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 68 | 139 | - |
| CMYK | 0 | 0.72 | 0.42 | 0.05 |
| HSL | 335.38º | 0.86% | 0.61% | - |
| HSV(B) | 335.38º | 0.72% | 0.95% | - |
| XYZ | 43 | 24.7 | 26.93 | - |
| YUV | 127.82 | 134.31 | 208.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 68 | 139 | 0 | 0.72 | 0.42 | 0.05 | 335.38 | 0.86 | 0.61 |
| Hex | F1 | 44 | 8B | 0 | 48 | 2A | 5 | 14F | 56 | 3D |
| Octal | 361 | 104 | 213 | 0 | 110 | 52 | 5 | 517 | 126 | 75 |
| Binary | 11110001 | 1000100 | 10001011 | 0 | 1001000 | 101010 | 101 | 101001111 | 1010110 | 111101 |
Color Harmonies of #F1448B
Complementary color
Monochromatic Colors of #F1448B
Black with #F1448B
Text Example
Text Example
White with #F1448B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1448B; }
p { color: rgb(241,68,139); }
H1.HeaderClassName
{
color: #F1448B;
}
.AnyTagClassName
{
color: #F1448B;
}
</style>
background-color css
<style>
a { background-color: #F1448B; }
a { background-color: rgb(241,68,139); }
div.DivClassName
{
background-color: #F1448B;
}
.BgClassName
{
background-color: #F1448B;
}
</style>
border-color css
<style>
span { border-color: #F1448B; }
span { border-color: rgb(241,68,139); }
td.TdClassName
{
border-color: #F1448B;
}
.TagClassName
{
border-color: #F1448B;
}
</style>