Shades of Violet Red #F3347F
Tints of Violet Red #F3347F
RGB
CMYK
RGB Variations
Color information
#F3347F (or 0xF3347F) is known color: Violet Red. HEX triplet: F3, 34 and 7F. RGB value is (243,52,127). Sum of RGB (Red+Green+Blue) = 243+52+127=422 (55% of max value = 765). Red value is 243 (95.31% from 255 or 57.58% from 422); Green value is 52 (20.70% from 255 or 12.32% from 422); Blue value is 127 (50% from 255 or 30.09% from 422); Max value from RGB is 243 - color contains mainly: red. Hex color #F3347F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F3347F is #0CCB80. Grayscale: #757575. Windows color (decimal): -838529 or 8336627. OLE color: 8336627.
HSL color Cylindrical-coordinate representation of color #F3347F: hue angle of 336.44º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F3347F is Cyan = 0, Magento = 0.79, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 52 | 127 | - |
| CMYK | 0 | 0.79 | 0.48 | 0.05 |
| HSL | 336.44º | 0.89% | 0.58% | - |
| HSV(B) | 336.44º | 0.79% | 0.95% | - |
| XYZ | 42.02 | 23.04 | 22.31 | - |
| YUV | 117.66 | 133.28 | 217.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 52 | 127 | 0 | 0.79 | 0.48 | 0.05 | 336.44 | 0.89 | 0.58 |
| Hex | F3 | 34 | 7F | 0 | 4F | 30 | 5 | 150 | 59 | 3A |
| Octal | 363 | 64 | 177 | 0 | 117 | 60 | 5 | 520 | 131 | 72 |
| Binary | 11110011 | 110100 | 1111111 | 0 | 1001111 | 110000 | 101 | 101010000 | 1011001 | 111010 |
Color Harmonies of #F3347F
Complementary color
Monochromatic Colors of #F3347F
Black with #F3347F
Text Example
Text Example
White with #F3347F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3347F; }
p { color: rgb(243,52,127); }
H1.HeaderClassName
{
color: #F3347F;
}
.AnyTagClassName
{
color: #F3347F;
}
</style>
background-color css
<style>
a { background-color: #F3347F; }
a { background-color: rgb(243,52,127); }
div.DivClassName
{
background-color: #F3347F;
}
.BgClassName
{
background-color: #F3347F;
}
</style>
border-color css
<style>
span { border-color: #F3347F; }
span { border-color: rgb(243,52,127); }
td.TdClassName
{
border-color: #F3347F;
}
.TagClassName
{
border-color: #F3347F;
}
</style>