Shades of Violet Red #F2347F
Tints of Violet Red #F2347F
RGB
CMYK
RGB Variations
Color information
#F2347F (or 0xF2347F) is known color: Violet Red. HEX triplet: F2, 34 and 7F. RGB value is (242,52,127). Sum of RGB (Red+Green+Blue) = 242+52+127=421 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.48% from 421); Green value is 52 (20.70% from 255 or 12.35% from 421); Blue value is 127 (50% from 255 or 30.17% from 421); Max value from RGB is 242 - color contains mainly: red. Hex color #F2347F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2347F is #0DCB80. Grayscale: #757575. Windows color (decimal): -904065 or 8336626. OLE color: 8336626.
HSL color Cylindrical-coordinate representation of color #F2347F: hue angle of 336.32º degrees, saturation: 0.88, 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 #F2347F is Cyan = 0, Magento = 0.79, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 52 | 127 | - |
| CMYK | 0 | 0.79 | 0.48 | 0.05 |
| HSL | 336.32º | 0.88% | 0.58% | - |
| HSV(B) | 336.32º | 0.79% | 0.95% | - |
| XYZ | 41.68 | 22.87 | 22.3 | - |
| YUV | 117.36 | 133.45 | 216.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 52 | 127 | 0 | 0.79 | 0.48 | 0.05 | 336.32 | 0.88 | 0.58 |
| Hex | F2 | 34 | 7F | 0 | 4F | 30 | 5 | 150 | 58 | 3A |
| Octal | 362 | 64 | 177 | 0 | 117 | 60 | 5 | 520 | 130 | 72 |
| Binary | 11110010 | 110100 | 1111111 | 0 | 1001111 | 110000 | 101 | 101010000 | 1011000 | 111010 |
Color Harmonies of #F2347F
Complementary color
Monochromatic Colors of #F2347F
Black with #F2347F
Text Example
Text Example
White with #F2347F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2347F; }
p { color: rgb(242,52,127); }
H1.HeaderClassName
{
color: #F2347F;
}
.AnyTagClassName
{
color: #F2347F;
}
</style>
background-color css
<style>
a { background-color: #F2347F; }
a { background-color: rgb(242,52,127); }
div.DivClassName
{
background-color: #F2347F;
}
.BgClassName
{
background-color: #F2347F;
}
</style>
border-color css
<style>
span { border-color: #F2347F; }
span { border-color: rgb(242,52,127); }
td.TdClassName
{
border-color: #F2347F;
}
.TagClassName
{
border-color: #F2347F;
}
</style>