Shades of Violet Red #F3407E
Tints of Violet Red #F3407E
RGB
CMYK
RGB Variations
Color information
#F3407E (or 0xF3407E) is known color: Violet Red. HEX triplet: F3, 40 and 7E. RGB value is (243,64,126). Sum of RGB (Red+Green+Blue) = 243+64+126=433 (57% of max value = 765). Red value is 243 (95.31% from 255 or 56.12% from 433); Green value is 64 (25.39% from 255 or 14.78% from 433); Blue value is 126 (49.61% from 255 or 29.10% from 433); Max value from RGB is 243 - color contains mainly: red. Hex color #F3407E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F3407E is #0CBF81. Grayscale: #7C7C7C. Windows color (decimal): -835458 or 8274163. OLE color: 8274163.
HSL color Cylindrical-coordinate representation of color #F3407E: hue angle of 339.22º 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 #F3407E is Cyan = 0, Magento = 0.74, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 64 | 126 | - |
| CMYK | 0 | 0.74 | 0.48 | 0.05 |
| HSL | 339.22º | 0.88% | 0.6% | - |
| HSV(B) | 339.22º | 0.74% | 0.95% | - |
| XYZ | 42.56 | 24.23 | 22.17 | - |
| YUV | 124.59 | 128.8 | 212.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 64 | 126 | 0 | 0.74 | 0.48 | 0.05 | 339.22 | 0.88 | 0.6 |
| Hex | F3 | 40 | 7E | 0 | 4A | 30 | 5 | 153 | 58 | 3C |
| Octal | 363 | 100 | 176 | 0 | 112 | 60 | 5 | 523 | 130 | 74 |
| Binary | 11110011 | 1000000 | 1111110 | 0 | 1001010 | 110000 | 101 | 101010011 | 1011000 | 111100 |
Color Harmonies of #F3407E
Complementary color
Monochromatic Colors of #F3407E
Black with #F3407E
Text Example
Text Example
White with #F3407E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3407E; }
p { color: rgb(243,64,126); }
H1.HeaderClassName
{
color: #F3407E;
}
.AnyTagClassName
{
color: #F3407E;
}
</style>
background-color css
<style>
a { background-color: #F3407E; }
a { background-color: rgb(243,64,126); }
div.DivClassName
{
background-color: #F3407E;
}
.BgClassName
{
background-color: #F3407E;
}
</style>
border-color css
<style>
span { border-color: #F3407E; }
span { border-color: rgb(243,64,126); }
td.TdClassName
{
border-color: #F3407E;
}
.TagClassName
{
border-color: #F3407E;
}
</style>