Shades of Radical Red #F2425B
Tints of Radical Red #F2425B
RGB
CMYK
RGB Variations
Color information
#F2425B (or 0xF2425B) is known color: Radical Red. HEX triplet: F2, 42 and 5B. RGB value is (242,66,91). Sum of RGB (Red+Green+Blue) = 242+66+91=399 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.65% from 399); Green value is 66 (26.17% from 255 or 16.54% from 399); Blue value is 91 (35.94% from 255 or 22.81% from 399); Max value from RGB is 242 - color contains mainly: red. Hex color #F2425B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2425B is #0DBDA4. Grayscale: #797979. Windows color (decimal): -900517 or 5980914. OLE color: 5980914.
HSL color Cylindrical-coordinate representation of color #F2425B: hue angle of 351.48º 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 #F2425B is Cyan = 0, Magento = 0.73, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 66 | 91 | - |
| CMYK | 0 | 0.73 | 0.62 | 0.05 |
| HSL | 351.48º | 0.87% | 0.6% | - |
| HSV(B) | 351.48º | 0.73% | 0.95% | - |
| XYZ | 40.45 | 23.53 | 12.31 | - |
| YUV | 121.47 | 110.81 | 213.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 66 | 91 | 0 | 0.73 | 0.62 | 0.05 | 351.48 | 0.87 | 0.6 |
| Hex | F2 | 42 | 5B | 0 | 49 | 3E | 5 | 15F | 57 | 3C |
| Octal | 362 | 102 | 133 | 0 | 111 | 76 | 5 | 537 | 127 | 74 |
| Binary | 11110010 | 1000010 | 1011011 | 0 | 1001001 | 111110 | 101 | 101011111 | 1010111 | 111100 |
Color Harmonies of #F2425B
Complementary color
Monochromatic Colors of #F2425B
Black with #F2425B
Text Example
Text Example
White with #F2425B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2425B; }
p { color: rgb(242,66,91); }
H1.HeaderClassName
{
color: #F2425B;
}
.AnyTagClassName
{
color: #F2425B;
}
</style>
background-color css
<style>
a { background-color: #F2425B; }
a { background-color: rgb(242,66,91); }
div.DivClassName
{
background-color: #F2425B;
}
.BgClassName
{
background-color: #F2425B;
}
</style>
border-color css
<style>
span { border-color: #F2425B; }
span { border-color: rgb(242,66,91); }
td.TdClassName
{
border-color: #F2425B;
}
.TagClassName
{
border-color: #F2425B;
}
</style>