Shades of Radical Red #F2425D
Tints of Radical Red #F2425D
RGB
CMYK
RGB Variations
Color information
#F2425D (or 0xF2425D) is known color: Radical Red. HEX triplet: F2, 42 and 5D. RGB value is (242,66,93). Sum of RGB (Red+Green+Blue) = 242+66+93=401 (53% of max value = 765). Red value is 242 (94.92% from 255 or 60.35% from 401); Green value is 66 (26.17% from 255 or 16.46% from 401); Blue value is 93 (36.72% from 255 or 23.19% from 401); Max value from RGB is 242 - color contains mainly: red. Hex color #F2425D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2425D is #0DBDA2. Grayscale: #797979. Windows color (decimal): -900515 or 6111986. OLE color: 6111986.
HSL color Cylindrical-coordinate representation of color #F2425D: hue angle of 350.8º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F2425D is Cyan = 0, Magento = 0.73, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 66 | 93 | - |
| CMYK | 0 | 0.73 | 0.62 | 0.05 |
| HSL | 350.8º | 0.87% | 0.6% | - |
| HSV(B) | 350.8º | 0.73% | 0.95% | - |
| XYZ | 40.54 | 23.56 | 12.77 | - |
| YUV | 121.7 | 111.81 | 213.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 66 | 93 | 0 | 0.73 | 0.62 | 0.05 | 350.8 | 0.87 | 0.6 |
| Hex | F2 | 42 | 5D | 0 | 49 | 3E | 5 | 15F | 57 | 3C |
| Octal | 362 | 102 | 135 | 0 | 111 | 76 | 5 | 537 | 127 | 74 |
| Binary | 11110010 | 1000010 | 1011101 | 0 | 1001001 | 111110 | 101 | 101011111 | 1010111 | 111100 |
Color Harmonies of #F2425D
Complementary color
Monochromatic Colors of #F2425D
Black with #F2425D
Text Example
Text Example
White with #F2425D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2425D; }
p { color: rgb(242,66,93); }
H1.HeaderClassName
{
color: #F2425D;
}
.AnyTagClassName
{
color: #F2425D;
}
</style>
background-color css
<style>
a { background-color: #F2425D; }
a { background-color: rgb(242,66,93); }
div.DivClassName
{
background-color: #F2425D;
}
.BgClassName
{
background-color: #F2425D;
}
</style>
border-color css
<style>
span { border-color: #F2425D; }
span { border-color: rgb(242,66,93); }
td.TdClassName
{
border-color: #F2425D;
}
.TagClassName
{
border-color: #F2425D;
}
</style>