Shades of Radical Red #F2295D
Tints of Radical Red #F2295D
RGB
CMYK
RGB Variations
Color information
#F2295D (or 0xF2295D) is known color: Radical Red. HEX triplet: F2, 29 and 5D. RGB value is (242,41,93). Sum of RGB (Red+Green+Blue) = 242+41+93=376 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.36% from 376); Green value is 41 (16.41% from 255 or 10.90% from 376); Blue value is 93 (36.72% from 255 or 24.73% from 376); Max value from RGB is 242 - color contains mainly: red. Hex color #F2295D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2295D is #0DD6A2. Grayscale: #6B6B6B. Windows color (decimal): -906915 or 6105586. OLE color: 6105586.
HSL color Cylindrical-coordinate representation of color #F2295D: hue angle of 344.48º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F2295D is Cyan = 0, Magento = 0.83, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 41 | 93 | - |
| CMYK | 0 | 0.83 | 0.62 | 0.05 |
| HSL | 344.48º | 0.89% | 0.55% | - |
| HSV(B) | 344.48º | 0.83% | 0.95% | - |
| XYZ | 39.39 | 21.25 | 12.38 | - |
| YUV | 107.03 | 120.09 | 224.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 41 | 93 | 0 | 0.83 | 0.62 | 0.05 | 344.48 | 0.89 | 0.55 |
| Hex | F2 | 29 | 5D | 0 | 53 | 3E | 5 | 158 | 59 | 37 |
| Octal | 362 | 51 | 135 | 0 | 123 | 76 | 5 | 530 | 131 | 67 |
| Binary | 11110010 | 101001 | 1011101 | 0 | 1010011 | 111110 | 101 | 101011000 | 1011001 | 110111 |
Color Harmonies of #F2295D
Complementary color
Monochromatic Colors of #F2295D
Black with #F2295D
Text Example
Text Example
White with #F2295D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2295D; }
p { color: rgb(242,41,93); }
H1.HeaderClassName
{
color: #F2295D;
}
.AnyTagClassName
{
color: #F2295D;
}
</style>
background-color css
<style>
a { background-color: #F2295D; }
a { background-color: rgb(242,41,93); }
div.DivClassName
{
background-color: #F2295D;
}
.BgClassName
{
background-color: #F2295D;
}
</style>
border-color css
<style>
span { border-color: #F2295D; }
span { border-color: rgb(242,41,93); }
td.TdClassName
{
border-color: #F2295D;
}
.TagClassName
{
border-color: #F2295D;
}
</style>