Shades of Violet Red #F3417A
Tints of Violet Red #F3417A
RGB
CMYK
RGB Variations
Color information
#F3417A (or 0xF3417A) is known color: Violet Red. HEX triplet: F3, 41 and 7A. RGB value is (243,65,122). Sum of RGB (Red+Green+Blue) = 243+65+122=430 (56% of max value = 765). Red value is 243 (95.31% from 255 or 56.51% from 430); Green value is 65 (25.78% from 255 or 15.12% from 430); Blue value is 122 (48.05% from 255 or 28.37% from 430); Max value from RGB is 243 - color contains mainly: red. Hex color #F3417A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F3417A is #0CBE85. Grayscale: #7C7C7C. Windows color (decimal): -835206 or 8012275. OLE color: 8012275.
HSL color Cylindrical-coordinate representation of color #F3417A: hue angle of 340.79º 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 #F3417A is Cyan = 0, Magento = 0.73, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 65 | 122 | - |
| CMYK | 0 | 0.73 | 0.50 | 0.05 |
| HSL | 340.79º | 0.88% | 0.6% | - |
| HSV(B) | 340.79º | 0.73% | 0.95% | - |
| XYZ | 42.37 | 24.24 | 20.86 | - |
| YUV | 124.72 | 126.47 | 212.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 65 | 122 | 0 | 0.73 | 0.50 | 0.05 | 340.79 | 0.88 | 0.6 |
| Hex | F3 | 41 | 7A | 0 | 49 | 32 | 5 | 155 | 58 | 3C |
| Octal | 363 | 101 | 172 | 0 | 111 | 62 | 5 | 525 | 130 | 74 |
| Binary | 11110011 | 1000001 | 1111010 | 0 | 1001001 | 110010 | 101 | 101010101 | 1011000 | 111100 |
Color Harmonies of #F3417A
Complementary color
Monochromatic Colors of #F3417A
Black with #F3417A
Text Example
Text Example
White with #F3417A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3417A; }
p { color: rgb(243,65,122); }
H1.HeaderClassName
{
color: #F3417A;
}
.AnyTagClassName
{
color: #F3417A;
}
</style>
background-color css
<style>
a { background-color: #F3417A; }
a { background-color: rgb(243,65,122); }
div.DivClassName
{
background-color: #F3417A;
}
.BgClassName
{
background-color: #F3417A;
}
</style>
border-color css
<style>
span { border-color: #F3417A; }
span { border-color: rgb(243,65,122); }
td.TdClassName
{
border-color: #F3417A;
}
.TagClassName
{
border-color: #F3417A;
}
</style>