Shades of Radical Red #F22D6A
Tints of Radical Red #F22D6A
RGB
CMYK
RGB Variations
Color information
#F22D6A (or 0xF22D6A) is known color: Radical Red. HEX triplet: F2, 2D and 6A. RGB value is (242,45,106). Sum of RGB (Red+Green+Blue) = 242+45+106=393 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.58% from 393); Green value is 45 (17.97% from 255 or 11.45% from 393); Blue value is 106 (41.80% from 255 or 26.97% from 393); Max value from RGB is 242 - color contains mainly: red. Hex color #F22D6A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F22D6A is #0DD295. Grayscale: #6E6E6E. Windows color (decimal): -905878 or 6958578. OLE color: 6958578.
HSL color Cylindrical-coordinate representation of color #F22D6A: hue angle of 341.42º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F22D6A is Cyan = 0, Magento = 0.81, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 45 | 106 | - |
| CMYK | 0 | 0.81 | 0.56 | 0.05 |
| HSL | 341.42º | 0.88% | 0.56% | - |
| HSV(B) | 341.42º | 0.81% | 0.95% | - |
| XYZ | 40.16 | 21.79 | 15.73 | - |
| YUV | 110.86 | 125.27 | 221.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 45 | 106 | 0 | 0.81 | 0.56 | 0.05 | 341.42 | 0.88 | 0.56 |
| Hex | F2 | 2D | 6A | 0 | 51 | 38 | 5 | 155 | 58 | 38 |
| Octal | 362 | 55 | 152 | 0 | 121 | 70 | 5 | 525 | 130 | 70 |
| Binary | 11110010 | 101101 | 1101010 | 0 | 1010001 | 111000 | 101 | 101010101 | 1011000 | 111000 |
Color Harmonies of #F22D6A
Complementary color
Monochromatic Colors of #F22D6A
Black with #F22D6A
Text Example
Text Example
White with #F22D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22D6A; }
p { color: rgb(242,45,106); }
H1.HeaderClassName
{
color: #F22D6A;
}
.AnyTagClassName
{
color: #F22D6A;
}
</style>
background-color css
<style>
a { background-color: #F22D6A; }
a { background-color: rgb(242,45,106); }
div.DivClassName
{
background-color: #F22D6A;
}
.BgClassName
{
background-color: #F22D6A;
}
</style>
border-color css
<style>
span { border-color: #F22D6A; }
span { border-color: rgb(242,45,106); }
td.TdClassName
{
border-color: #F22D6A;
}
.TagClassName
{
border-color: #F22D6A;
}
</style>