Shades of Violet Red #F3448E
Tints of Violet Red #F3448E
RGB
CMYK
RGB Variations
Color information
#F3448E (or 0xF3448E) is known color: Violet Red. HEX triplet: F3, 44 and 8E. RGB value is (243,68,142). Sum of RGB (Red+Green+Blue) = 243+68+142=453 (60% of max value = 765). Red value is 243 (95.31% from 255 or 53.64% from 453); Green value is 68 (26.95% from 255 or 15.01% from 453); Blue value is 142 (55.86% from 255 or 31.35% from 453); Max value from RGB is 243 - color contains mainly: red. Hex color #F3448E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F3448E is #0CBB71. Grayscale: #808080. Windows color (decimal): -834418 or 9323763. OLE color: 9323763.
HSL color Cylindrical-coordinate representation of color #F3448E: hue angle of 334.63º degrees, saturation: 0.88, 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 #F3448E is Cyan = 0, Magento = 0.72, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 68 | 142 | - |
| CMYK | 0 | 0.72 | 0.42 | 0.05 |
| HSL | 334.63º | 0.88% | 0.61% | - |
| HSV(B) | 334.63º | 0.72% | 0.95% | - |
| XYZ | 43.91 | 25.14 | 28.13 | - |
| YUV | 128.76 | 135.48 | 209.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 68 | 142 | 0 | 0.72 | 0.42 | 0.05 | 334.63 | 0.88 | 0.61 |
| Hex | F3 | 44 | 8E | 0 | 48 | 2A | 5 | 14F | 58 | 3D |
| Octal | 363 | 104 | 216 | 0 | 110 | 52 | 5 | 517 | 130 | 75 |
| Binary | 11110011 | 1000100 | 10001110 | 0 | 1001000 | 101010 | 101 | 101001111 | 1011000 | 111101 |
Color Harmonies of #F3448E
Complementary color
Monochromatic Colors of #F3448E
Black with #F3448E
Text Example
Text Example
White with #F3448E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3448E; }
p { color: rgb(243,68,142); }
H1.HeaderClassName
{
color: #F3448E;
}
.AnyTagClassName
{
color: #F3448E;
}
</style>
background-color css
<style>
a { background-color: #F3448E; }
a { background-color: rgb(243,68,142); }
div.DivClassName
{
background-color: #F3448E;
}
.BgClassName
{
background-color: #F3448E;
}
</style>
border-color css
<style>
span { border-color: #F3448E; }
span { border-color: rgb(243,68,142); }
td.TdClassName
{
border-color: #F3448E;
}
.TagClassName
{
border-color: #F3448E;
}
</style>