Shades of Violet Red #F3407C
Tints of Violet Red #F3407C
RGB
CMYK
RGB Variations
Color information
#F3407C (or 0xF3407C) is known color: Violet Red. HEX triplet: F3, 40 and 7C. RGB value is (243,64,124). Sum of RGB (Red+Green+Blue) = 243+64+124=431 (57% of max value = 765). Red value is 243 (95.31% from 255 or 56.38% from 431); Green value is 64 (25.39% from 255 or 14.85% from 431); Blue value is 124 (48.83% from 255 or 28.77% from 431); Max value from RGB is 243 - color contains mainly: red. Hex color #F3407C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F3407C is #0CBF83. Grayscale: #7C7C7C. Windows color (decimal): -835460 or 8143091. OLE color: 8143091.
HSL color Cylindrical-coordinate representation of color #F3407C: hue angle of 339.89º 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 #F3407C is Cyan = 0, Magento = 0.74, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 64 | 124 | - |
| CMYK | 0 | 0.74 | 0.49 | 0.05 |
| HSL | 339.89º | 0.88% | 0.6% | - |
| HSV(B) | 339.89º | 0.74% | 0.95% | - |
| XYZ | 42.43 | 24.18 | 21.5 | - |
| YUV | 124.36 | 127.8 | 212.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 64 | 124 | 0 | 0.74 | 0.49 | 0.05 | 339.89 | 0.88 | 0.6 |
| Hex | F3 | 40 | 7C | 0 | 4A | 31 | 5 | 154 | 58 | 3C |
| Octal | 363 | 100 | 174 | 0 | 112 | 61 | 5 | 524 | 130 | 74 |
| Binary | 11110011 | 1000000 | 1111100 | 0 | 1001010 | 110001 | 101 | 101010100 | 1011000 | 111100 |
Color Harmonies of #F3407C
Complementary color
Monochromatic Colors of #F3407C
Black with #F3407C
Text Example
Text Example
White with #F3407C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3407C; }
p { color: rgb(243,64,124); }
H1.HeaderClassName
{
color: #F3407C;
}
.AnyTagClassName
{
color: #F3407C;
}
</style>
background-color css
<style>
a { background-color: #F3407C; }
a { background-color: rgb(243,64,124); }
div.DivClassName
{
background-color: #F3407C;
}
.BgClassName
{
background-color: #F3407C;
}
</style>
border-color css
<style>
span { border-color: #F3407C; }
span { border-color: rgb(243,64,124); }
td.TdClassName
{
border-color: #F3407C;
}
.TagClassName
{
border-color: #F3407C;
}
</style>