Shades of Violet Red #F3448D
Tints of Violet Red #F3448D
RGB
CMYK
RGB Variations
Color information
#F3448D (or 0xF3448D) is known color: Violet Red. HEX triplet: F3, 44 and 8D. RGB value is (243,68,141). Sum of RGB (Red+Green+Blue) = 243+68+141=452 (59% of max value = 765). Red value is 243 (95.31% from 255 or 53.76% from 452); Green value is 68 (26.95% from 255 or 15.04% from 452); Blue value is 141 (55.47% from 255 or 31.19% from 452); Max value from RGB is 243 - color contains mainly: red. Hex color #F3448D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F3448D is #0CBB72. Grayscale: #808080. Windows color (decimal): -834419 or 9258227. OLE color: 9258227.
HSL color Cylindrical-coordinate representation of color #F3448D: hue angle of 334.97º 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 #F3448D is Cyan = 0, Magento = 0.72, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 68 | 141 | - |
| CMYK | 0 | 0.72 | 0.42 | 0.05 |
| HSL | 334.97º | 0.88% | 0.61% | - |
| HSV(B) | 334.97º | 0.72% | 0.95% | - |
| XYZ | 43.84 | 25.11 | 27.74 | - |
| YUV | 128.65 | 134.98 | 209.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 68 | 141 | 0 | 0.72 | 0.42 | 0.05 | 334.97 | 0.88 | 0.61 |
| Hex | F3 | 44 | 8D | 0 | 48 | 2A | 5 | 14F | 58 | 3D |
| Octal | 363 | 104 | 215 | 0 | 110 | 52 | 5 | 517 | 130 | 75 |
| Binary | 11110011 | 1000100 | 10001101 | 0 | 1001000 | 101010 | 101 | 101001111 | 1011000 | 111101 |
Color Harmonies of #F3448D
Complementary color
Monochromatic Colors of #F3448D
Black with #F3448D
Text Example
Text Example
White with #F3448D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3448D; }
p { color: rgb(243,68,141); }
H1.HeaderClassName
{
color: #F3448D;
}
.AnyTagClassName
{
color: #F3448D;
}
</style>
background-color css
<style>
a { background-color: #F3448D; }
a { background-color: rgb(243,68,141); }
div.DivClassName
{
background-color: #F3448D;
}
.BgClassName
{
background-color: #F3448D;
}
</style>
border-color css
<style>
span { border-color: #F3448D; }
span { border-color: rgb(243,68,141); }
td.TdClassName
{
border-color: #F3448D;
}
.TagClassName
{
border-color: #F3448D;
}
</style>