Shades of Violet Red #F3417D
Tints of Violet Red #F3417D
RGB
CMYK
RGB Variations
Color information
#F3417D (or 0xF3417D) is known color: Violet Red. HEX triplet: F3, 41 and 7D. RGB value is (243,65,125). Sum of RGB (Red+Green+Blue) = 243+65+125=433 (57% of max value = 765). Red value is 243 (95.31% from 255 or 56.12% from 433); Green value is 65 (25.78% from 255 or 15.01% from 433); Blue value is 125 (49.22% from 255 or 28.87% from 433); Max value from RGB is 243 - color contains mainly: red. Hex color #F3417D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F3417D is #0CBE82. Grayscale: #7D7D7D. Windows color (decimal): -835203 or 8208883. OLE color: 8208883.
HSL color Cylindrical-coordinate representation of color #F3417D: hue angle of 339.78º 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 #F3417D is Cyan = 0, Magento = 0.73, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 65 | 125 | - |
| CMYK | 0 | 0.73 | 0.49 | 0.05 |
| HSL | 339.78º | 0.88% | 0.6% | - |
| HSV(B) | 339.78º | 0.73% | 0.95% | - |
| XYZ | 42.55 | 24.32 | 21.85 | - |
| YUV | 125.06 | 127.97 | 212.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 65 | 125 | 0 | 0.73 | 0.49 | 0.05 | 339.78 | 0.88 | 0.6 |
| Hex | F3 | 41 | 7D | 0 | 49 | 31 | 5 | 154 | 58 | 3C |
| Octal | 363 | 101 | 175 | 0 | 111 | 61 | 5 | 524 | 130 | 74 |
| Binary | 11110011 | 1000001 | 1111101 | 0 | 1001001 | 110001 | 101 | 101010100 | 1011000 | 111100 |
Color Harmonies of #F3417D
Complementary color
Monochromatic Colors of #F3417D
Black with #F3417D
Text Example
Text Example
White with #F3417D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3417D; }
p { color: rgb(243,65,125); }
H1.HeaderClassName
{
color: #F3417D;
}
.AnyTagClassName
{
color: #F3417D;
}
</style>
background-color css
<style>
a { background-color: #F3417D; }
a { background-color: rgb(243,65,125); }
div.DivClassName
{
background-color: #F3417D;
}
.BgClassName
{
background-color: #F3417D;
}
</style>
border-color css
<style>
span { border-color: #F3417D; }
span { border-color: rgb(243,65,125); }
td.TdClassName
{
border-color: #F3417D;
}
.TagClassName
{
border-color: #F3417D;
}
</style>