Shades of Violet Red #F2307C
Tints of Violet Red #F2307C
RGB
CMYK
RGB Variations
Color information
#F2307C (or 0xF2307C) is known color: Violet Red. HEX triplet: F2, 30 and 7C. RGB value is (242,48,124). Sum of RGB (Red+Green+Blue) = 242+48+124=414 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.45% from 414); Green value is 48 (19.14% from 255 or 11.59% from 414); Blue value is 124 (48.83% from 255 or 29.95% from 414); Max value from RGB is 242 - color contains mainly: red. Hex color #F2307C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2307C is #0DCF83. Grayscale: #727272. Windows color (decimal): -905092 or 8138994. OLE color: 8138994.
HSL color Cylindrical-coordinate representation of color #F2307C: hue angle of 336.49º degrees, saturation: 0.88, 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 #F2307C is Cyan = 0, Magento = 0.80, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 48 | 124 | - |
| CMYK | 0 | 0.80 | 0.49 | 0.05 |
| HSL | 336.49º | 0.88% | 0.57% | - |
| HSV(B) | 336.49º | 0.8% | 0.95% | - |
| XYZ | 41.31 | 22.45 | 21.22 | - |
| YUV | 114.67 | 133.27 | 218.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 48 | 124 | 0 | 0.80 | 0.49 | 0.05 | 336.49 | 0.88 | 0.57 |
| Hex | F2 | 30 | 7C | 0 | 50 | 31 | 5 | 150 | 58 | 39 |
| Octal | 362 | 60 | 174 | 0 | 120 | 61 | 5 | 520 | 130 | 71 |
| Binary | 11110010 | 110000 | 1111100 | 0 | 1010000 | 110001 | 101 | 101010000 | 1011000 | 111001 |
Color Harmonies of #F2307C
Complementary color
Monochromatic Colors of #F2307C
Black with #F2307C
Text Example
Text Example
White with #F2307C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2307C; }
p { color: rgb(242,48,124); }
H1.HeaderClassName
{
color: #F2307C;
}
.AnyTagClassName
{
color: #F2307C;
}
</style>
background-color css
<style>
a { background-color: #F2307C; }
a { background-color: rgb(242,48,124); }
div.DivClassName
{
background-color: #F2307C;
}
.BgClassName
{
background-color: #F2307C;
}
</style>
border-color css
<style>
span { border-color: #F2307C; }
span { border-color: rgb(242,48,124); }
td.TdClassName
{
border-color: #F2307C;
}
.TagClassName
{
border-color: #F2307C;
}
</style>