Shades of Violet Red #F3418C
Tints of Violet Red #F3418C
RGB
CMYK
RGB Variations
Color information
#F3418C (or 0xF3418C) is known color: Violet Red. HEX triplet: F3, 41 and 8C. RGB value is (243,65,140). Sum of RGB (Red+Green+Blue) = 243+65+140=448 (59% of max value = 765). Red value is 243 (95.31% from 255 or 54.24% from 448); Green value is 65 (25.78% from 255 or 14.51% from 448); Blue value is 140 (55.08% from 255 or 31.25% from 448); Max value from RGB is 243 - color contains mainly: red. Hex color #F3418C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F3418C is #0CBE73. Grayscale: #7E7E7E. Windows color (decimal): -835188 or 9191923. OLE color: 9191923.
HSL color Cylindrical-coordinate representation of color #F3418C: hue angle of 334.72º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F3418C is Cyan = 0, Magento = 0.73, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 65 | 140 | - |
| CMYK | 0 | 0.73 | 0.42 | 0.05 |
| HSL | 334.72º | 0.88% | 0.6% | - |
| HSV(B) | 334.72º | 0.73% | 0.95% | - |
| XYZ | 43.59 | 24.73 | 27.29 | - |
| YUV | 126.77 | 135.47 | 210.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 65 | 140 | 0 | 0.73 | 0.42 | 0.05 | 334.72 | 0.88 | 0.6 |
| Hex | F3 | 41 | 8C | 0 | 49 | 2A | 5 | 14F | 58 | 3C |
| Octal | 363 | 101 | 214 | 0 | 111 | 52 | 5 | 517 | 130 | 74 |
| Binary | 11110011 | 1000001 | 10001100 | 0 | 1001001 | 101010 | 101 | 101001111 | 1011000 | 111100 |
Color Harmonies of #F3418C
Complementary color
Monochromatic Colors of #F3418C
Black with #F3418C
Text Example
Text Example
White with #F3418C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3418C; }
p { color: rgb(243,65,140); }
H1.HeaderClassName
{
color: #F3418C;
}
.AnyTagClassName
{
color: #F3418C;
}
</style>
background-color css
<style>
a { background-color: #F3418C; }
a { background-color: rgb(243,65,140); }
div.DivClassName
{
background-color: #F3418C;
}
.BgClassName
{
background-color: #F3418C;
}
</style>
border-color css
<style>
span { border-color: #F3418C; }
span { border-color: rgb(243,65,140); }
td.TdClassName
{
border-color: #F3418C;
}
.TagClassName
{
border-color: #F3418C;
}
</style>