Shades of Violet Red #F22F7D
Tints of Violet Red #F22F7D
RGB
CMYK
RGB Variations
Color information
#F22F7D (or 0xF22F7D) is known color: Violet Red. HEX triplet: F2, 2F and 7D. RGB value is (242,47,125). Sum of RGB (Red+Green+Blue) = 242+47+125=414 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.45% from 414); Green value is 47 (18.75% from 255 or 11.35% from 414); Blue value is 125 (49.22% from 255 or 30.19% from 414); Max value from RGB is 242 - color contains mainly: red. Hex color #F22F7D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F22F7D is #0DD082. Grayscale: #727272. Windows color (decimal): -905347 or 8204274. OLE color: 8204274.
HSL color Cylindrical-coordinate representation of color #F22F7D: hue angle of 336º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F22F7D is Cyan = 0, Magento = 0.81, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 47 | 125 | - |
| CMYK | 0 | 0.81 | 0.48 | 0.05 |
| HSL | 336º | 0.88% | 0.57% | - |
| HSV(B) | 336º | 0.81% | 0.95% | - |
| XYZ | 41.34 | 22.39 | 21.55 | - |
| YUV | 114.2 | 134.1 | 219.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 47 | 125 | 0 | 0.81 | 0.48 | 0.05 | 336 | 0.88 | 0.57 |
| Hex | F2 | 2F | 7D | 0 | 51 | 30 | 5 | 150 | 58 | 39 |
| Octal | 362 | 57 | 175 | 0 | 121 | 60 | 5 | 520 | 130 | 71 |
| Binary | 11110010 | 101111 | 1111101 | 0 | 1010001 | 110000 | 101 | 101010000 | 1011000 | 111001 |
Color Harmonies of #F22F7D
Complementary color
Monochromatic Colors of #F22F7D
Black with #F22F7D
Text Example
Text Example
White with #F22F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22F7D; }
p { color: rgb(242,47,125); }
H1.HeaderClassName
{
color: #F22F7D;
}
.AnyTagClassName
{
color: #F22F7D;
}
</style>
background-color css
<style>
a { background-color: #F22F7D; }
a { background-color: rgb(242,47,125); }
div.DivClassName
{
background-color: #F22F7D;
}
.BgClassName
{
background-color: #F22F7D;
}
</style>
border-color css
<style>
span { border-color: #F22F7D; }
span { border-color: rgb(242,47,125); }
td.TdClassName
{
border-color: #F22F7D;
}
.TagClassName
{
border-color: #F22F7D;
}
</style>