Shades of Violet Red #F3408C
Tints of Violet Red #F3408C
RGB
CMYK
RGB Variations
Color information
#F3408C (or 0xF3408C) is known color: Violet Red. HEX triplet: F3, 40 and 8C. RGB value is (243,64,140). Sum of RGB (Red+Green+Blue) = 243+64+140=447 (59% of max value = 765). Red value is 243 (95.31% from 255 or 54.36% from 447); Green value is 64 (25.39% from 255 or 14.32% from 447); Blue value is 140 (55.08% from 255 or 31.32% from 447); Max value from RGB is 243 - color contains mainly: red. Hex color #F3408C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F3408C is #0CBF73. Grayscale: #7E7E7E. Windows color (decimal): -835444 or 9191667. OLE color: 9191667.
HSL color Cylindrical-coordinate representation of color #F3408C: hue angle of 334.53º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F3408C is Cyan = 0, Magento = 0.74, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 64 | 140 | - |
| CMYK | 0 | 0.74 | 0.42 | 0.05 |
| HSL | 334.53º | 0.88% | 0.6% | - |
| HSV(B) | 334.53º | 0.74% | 0.95% | - |
| XYZ | 43.53 | 24.61 | 27.27 | - |
| YUV | 126.19 | 135.8 | 211.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 64 | 140 | 0 | 0.74 | 0.42 | 0.05 | 334.53 | 0.88 | 0.6 |
| Hex | F3 | 40 | 8C | 0 | 4A | 2A | 5 | 14F | 58 | 3C |
| Octal | 363 | 100 | 214 | 0 | 112 | 52 | 5 | 517 | 130 | 74 |
| Binary | 11110011 | 1000000 | 10001100 | 0 | 1001010 | 101010 | 101 | 101001111 | 1011000 | 111100 |
Color Harmonies of #F3408C
Complementary color
Monochromatic Colors of #F3408C
Black with #F3408C
Text Example
Text Example
White with #F3408C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3408C; }
p { color: rgb(243,64,140); }
H1.HeaderClassName
{
color: #F3408C;
}
.AnyTagClassName
{
color: #F3408C;
}
</style>
background-color css
<style>
a { background-color: #F3408C; }
a { background-color: rgb(243,64,140); }
div.DivClassName
{
background-color: #F3408C;
}
.BgClassName
{
background-color: #F3408C;
}
</style>
border-color css
<style>
span { border-color: #F3408C; }
span { border-color: rgb(243,64,140); }
td.TdClassName
{
border-color: #F3408C;
}
.TagClassName
{
border-color: #F3408C;
}
</style>