Shades of Violet Red #F3307A
Tints of Violet Red #F3307A
RGB
CMYK
RGB Variations
Color information
#F3307A (or 0xF3307A) is known color: Violet Red. HEX triplet: F3, 30 and 7A. RGB value is (243,48,122). Sum of RGB (Red+Green+Blue) = 243+48+122=413 (54% of max value = 765). Red value is 243 (95.31% from 255 or 58.84% from 413); Green value is 48 (19.14% from 255 or 11.62% from 413); Blue value is 122 (48.05% from 255 or 29.54% from 413); Max value from RGB is 243 - color contains mainly: red. Hex color #F3307A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F3307A is #0CCF85. Grayscale: #727272. Windows color (decimal): -839558 or 8007923. OLE color: 8007923.
HSL color Cylindrical-coordinate representation of color #F3307A: hue angle of 337.23º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F3307A is Cyan = 0, Magento = 0.80, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 48 | 122 | - |
| CMYK | 0 | 0.80 | 0.50 | 0.05 |
| HSL | 337.23º | 0.89% | 0.57% | - |
| HSV(B) | 337.23º | 0.8% | 0.95% | - |
| XYZ | 41.53 | 22.57 | 20.58 | - |
| YUV | 114.74 | 132.1 | 219.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 48 | 122 | 0 | 0.80 | 0.50 | 0.05 | 337.23 | 0.89 | 0.57 |
| Hex | F3 | 30 | 7A | 0 | 50 | 32 | 5 | 151 | 59 | 39 |
| Octal | 363 | 60 | 172 | 0 | 120 | 62 | 5 | 521 | 131 | 71 |
| Binary | 11110011 | 110000 | 1111010 | 0 | 1010000 | 110010 | 101 | 101010001 | 1011001 | 111001 |
Color Harmonies of #F3307A
Complementary color
Monochromatic Colors of #F3307A
Black with #F3307A
Text Example
Text Example
White with #F3307A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3307A; }
p { color: rgb(243,48,122); }
H1.HeaderClassName
{
color: #F3307A;
}
.AnyTagClassName
{
color: #F3307A;
}
</style>
background-color css
<style>
a { background-color: #F3307A; }
a { background-color: rgb(243,48,122); }
div.DivClassName
{
background-color: #F3307A;
}
.BgClassName
{
background-color: #F3307A;
}
</style>
border-color css
<style>
span { border-color: #F3307A; }
span { border-color: rgb(243,48,122); }
td.TdClassName
{
border-color: #F3307A;
}
.TagClassName
{
border-color: #F3307A;
}
</style>