Shades of Violet Red #F3428C
Tints of Violet Red #F3428C
RGB
CMYK
RGB Variations
Color information
#F3428C (or 0xF3428C) is known color: Violet Red. HEX triplet: F3, 42 and 8C. RGB value is (243,66,140). Sum of RGB (Red+Green+Blue) = 243+66+140=449 (59% of max value = 765). Red value is 243 (95.31% from 255 or 54.12% from 449); Green value is 66 (26.17% from 255 or 14.70% from 449); Blue value is 140 (55.08% from 255 or 31.18% from 449); Max value from RGB is 243 - color contains mainly: red. Hex color #F3428C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F3428C is #0CBD73. Grayscale: #7F7F7F. Windows color (decimal): -834932 or 9192179. OLE color: 9192179.
HSL color Cylindrical-coordinate representation of color #F3428C: hue angle of 334.92º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F3428C is Cyan = 0, Magento = 0.73, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 66 | 140 | - |
| CMYK | 0 | 0.73 | 0.42 | 0.05 |
| HSL | 334.92º | 0.88% | 0.61% | - |
| HSV(B) | 334.92º | 0.73% | 0.95% | - |
| XYZ | 43.64 | 24.84 | 27.31 | - |
| YUV | 127.36 | 135.14 | 210.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 66 | 140 | 0 | 0.73 | 0.42 | 0.05 | 334.92 | 0.88 | 0.61 |
| Hex | F3 | 42 | 8C | 0 | 49 | 2A | 5 | 14F | 58 | 3D |
| Octal | 363 | 102 | 214 | 0 | 111 | 52 | 5 | 517 | 130 | 75 |
| Binary | 11110011 | 1000010 | 10001100 | 0 | 1001001 | 101010 | 101 | 101001111 | 1011000 | 111101 |
Color Harmonies of #F3428C
Complementary color
Monochromatic Colors of #F3428C
Black with #F3428C
Text Example
Text Example
White with #F3428C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3428C; }
p { color: rgb(243,66,140); }
H1.HeaderClassName
{
color: #F3428C;
}
.AnyTagClassName
{
color: #F3428C;
}
</style>
background-color css
<style>
a { background-color: #F3428C; }
a { background-color: rgb(243,66,140); }
div.DivClassName
{
background-color: #F3428C;
}
.BgClassName
{
background-color: #F3428C;
}
</style>
border-color css
<style>
span { border-color: #F3428C; }
span { border-color: rgb(243,66,140); }
td.TdClassName
{
border-color: #F3428C;
}
.TagClassName
{
border-color: #F3428C;
}
</style>