Shades of Violet Red #F3417B
Tints of Violet Red #F3417B
RGB
CMYK
RGB Variations
Color information
#F3417B (or 0xF3417B) is known color: Violet Red. HEX triplet: F3, 41 and 7B. RGB value is (243,65,123). Sum of RGB (Red+Green+Blue) = 243+65+123=431 (57% of max value = 765). Red value is 243 (95.31% from 255 or 56.38% from 431); Green value is 65 (25.78% from 255 or 15.08% from 431); Blue value is 123 (48.44% from 255 or 28.54% from 431); Max value from RGB is 243 - color contains mainly: red. Hex color #F3417B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F3417B is #0CBE84. Grayscale: #7C7C7C. Windows color (decimal): -835205 or 8077811. OLE color: 8077811.
HSL color Cylindrical-coordinate representation of color #F3417B: hue angle of 340.45º 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 #F3417B is Cyan = 0, Magento = 0.73, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 65 | 123 | - |
| CMYK | 0 | 0.73 | 0.49 | 0.05 |
| HSL | 340.45º | 0.88% | 0.6% | - |
| HSV(B) | 340.45º | 0.73% | 0.95% | - |
| XYZ | 42.43 | 24.27 | 21.19 | - |
| YUV | 124.83 | 126.97 | 212.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 65 | 123 | 0 | 0.73 | 0.49 | 0.05 | 340.45 | 0.88 | 0.6 |
| Hex | F3 | 41 | 7B | 0 | 49 | 31 | 5 | 154 | 58 | 3C |
| Octal | 363 | 101 | 173 | 0 | 111 | 61 | 5 | 524 | 130 | 74 |
| Binary | 11110011 | 1000001 | 1111011 | 0 | 1001001 | 110001 | 101 | 101010100 | 1011000 | 111100 |
Color Harmonies of #F3417B
Complementary color
Monochromatic Colors of #F3417B
Black with #F3417B
Text Example
Text Example
White with #F3417B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3417B; }
p { color: rgb(243,65,123); }
H1.HeaderClassName
{
color: #F3417B;
}
.AnyTagClassName
{
color: #F3417B;
}
</style>
background-color css
<style>
a { background-color: #F3417B; }
a { background-color: rgb(243,65,123); }
div.DivClassName
{
background-color: #F3417B;
}
.BgClassName
{
background-color: #F3417B;
}
</style>
border-color css
<style>
span { border-color: #F3417B; }
span { border-color: rgb(243,65,123); }
td.TdClassName
{
border-color: #F3417B;
}
.TagClassName
{
border-color: #F3417B;
}
</style>