Shades of Radical Red #F2426F
Tints of Radical Red #F2426F
RGB
CMYK
RGB Variations
Color information
#F2426F (or 0xF2426F) is known color: Radical Red. HEX triplet: F2, 42 and 6F. RGB value is (242,66,111). Sum of RGB (Red+Green+Blue) = 242+66+111=419 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.76% from 419); Green value is 66 (26.17% from 255 or 15.75% from 419); Blue value is 111 (43.75% from 255 or 26.49% from 419); Max value from RGB is 242 - color contains mainly: red. Hex color #F2426F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2426F is #0DBD90. Grayscale: #7B7B7B. Windows color (decimal): -900497 or 7291634. OLE color: 7291634.
HSL color Cylindrical-coordinate representation of color #F2426F: hue angle of 344.66º 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 #F2426F is Cyan = 0, Magento = 0.73, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 66 | 111 | - |
| CMYK | 0 | 0.73 | 0.54 | 0.05 |
| HSL | 344.66º | 0.87% | 0.6% | - |
| HSV(B) | 344.66º | 0.73% | 0.95% | - |
| XYZ | 41.44 | 23.92 | 17.47 | - |
| YUV | 123.75 | 120.81 | 212.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 66 | 111 | 0 | 0.73 | 0.54 | 0.05 | 344.66 | 0.87 | 0.6 |
| Hex | F2 | 42 | 6F | 0 | 49 | 36 | 5 | 159 | 57 | 3C |
| Octal | 362 | 102 | 157 | 0 | 111 | 66 | 5 | 531 | 127 | 74 |
| Binary | 11110010 | 1000010 | 1101111 | 0 | 1001001 | 110110 | 101 | 101011001 | 1010111 | 111100 |
Color Harmonies of #F2426F
Complementary color
Monochromatic Colors of #F2426F
Black with #F2426F
Text Example
Text Example
White with #F2426F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2426F; }
p { color: rgb(242,66,111); }
H1.HeaderClassName
{
color: #F2426F;
}
.AnyTagClassName
{
color: #F2426F;
}
</style>
background-color css
<style>
a { background-color: #F2426F; }
a { background-color: rgb(242,66,111); }
div.DivClassName
{
background-color: #F2426F;
}
.BgClassName
{
background-color: #F2426F;
}
</style>
border-color css
<style>
span { border-color: #F2426F; }
span { border-color: rgb(242,66,111); }
td.TdClassName
{
border-color: #F2426F;
}
.TagClassName
{
border-color: #F2426F;
}
</style>