Shades of Violet Red #F3407A
Tints of Violet Red #F3407A
RGB
CMYK
RGB Variations
Color information
#F3407A (or 0xF3407A) is known color: Violet Red. HEX triplet: F3, 40 and 7A. RGB value is (243,64,122). Sum of RGB (Red+Green+Blue) = 243+64+122=429 (56% of max value = 765). Red value is 243 (95.31% from 255 or 56.64% from 429); Green value is 64 (25.39% from 255 or 14.92% from 429); Blue value is 122 (48.05% from 255 or 28.44% from 429); Max value from RGB is 243 - color contains mainly: red. Hex color #F3407A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F3407A is #0CBF85. Grayscale: #7C7C7C. Windows color (decimal): -835462 or 8012019. OLE color: 8012019.
HSL color Cylindrical-coordinate representation of color #F3407A: hue angle of 340.56º 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 #F3407A is Cyan = 0, Magento = 0.74, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 64 | 122 | - |
| CMYK | 0 | 0.74 | 0.50 | 0.05 |
| HSL | 340.56º | 0.88% | 0.6% | - |
| HSV(B) | 340.56º | 0.74% | 0.95% | - |
| XYZ | 42.31 | 24.13 | 20.84 | - |
| YUV | 124.13 | 126.8 | 212.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 64 | 122 | 0 | 0.74 | 0.50 | 0.05 | 340.56 | 0.88 | 0.6 |
| Hex | F3 | 40 | 7A | 0 | 4A | 32 | 5 | 155 | 58 | 3C |
| Octal | 363 | 100 | 172 | 0 | 112 | 62 | 5 | 525 | 130 | 74 |
| Binary | 11110011 | 1000000 | 1111010 | 0 | 1001010 | 110010 | 101 | 101010101 | 1011000 | 111100 |
Color Harmonies of #F3407A
Complementary color
Monochromatic Colors of #F3407A
Black with #F3407A
Text Example
Text Example
White with #F3407A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3407A; }
p { color: rgb(243,64,122); }
H1.HeaderClassName
{
color: #F3407A;
}
.AnyTagClassName
{
color: #F3407A;
}
</style>
background-color css
<style>
a { background-color: #F3407A; }
a { background-color: rgb(243,64,122); }
div.DivClassName
{
background-color: #F3407A;
}
.BgClassName
{
background-color: #F3407A;
}
</style>
border-color css
<style>
span { border-color: #F3407A; }
span { border-color: rgb(243,64,122); }
td.TdClassName
{
border-color: #F3407A;
}
.TagClassName
{
border-color: #F3407A;
}
</style>