Shades of Radical Red #F2426C
Tints of Radical Red #F2426C
RGB
CMYK
RGB Variations
Color information
#F2426C (or 0xF2426C) is known color: Radical Red. HEX triplet: F2, 42 and 6C. RGB value is (242,66,108). Sum of RGB (Red+Green+Blue) = 242+66+108=416 (55% of max value = 765). Red value is 242 (94.92% from 255 or 58.17% from 416); Green value is 66 (26.17% from 255 or 15.87% from 416); Blue value is 108 (42.58% from 255 or 25.96% from 416); Max value from RGB is 242 - color contains mainly: red. Hex color #F2426C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2426C is #0DBD93. Grayscale: #7B7B7B. Windows color (decimal): -900500 or 7095026. OLE color: 7095026.
HSL color Cylindrical-coordinate representation of color #F2426C: hue angle of 345.68º 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 #F2426C is Cyan = 0, Magento = 0.73, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 66 | 108 | - |
| CMYK | 0 | 0.73 | 0.55 | 0.05 |
| HSL | 345.68º | 0.87% | 0.6% | - |
| HSV(B) | 345.68º | 0.73% | 0.95% | - |
| XYZ | 41.27 | 23.86 | 16.62 | - |
| YUV | 123.41 | 119.31 | 212.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 66 | 108 | 0 | 0.73 | 0.55 | 0.05 | 345.68 | 0.87 | 0.6 |
| Hex | F2 | 42 | 6C | 0 | 49 | 37 | 5 | 15A | 57 | 3C |
| Octal | 362 | 102 | 154 | 0 | 111 | 67 | 5 | 532 | 127 | 74 |
| Binary | 11110010 | 1000010 | 1101100 | 0 | 1001001 | 110111 | 101 | 101011010 | 1010111 | 111100 |
Color Harmonies of #F2426C
Complementary color
Monochromatic Colors of #F2426C
Black with #F2426C
Text Example
Text Example
White with #F2426C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2426C; }
p { color: rgb(242,66,108); }
H1.HeaderClassName
{
color: #F2426C;
}
.AnyTagClassName
{
color: #F2426C;
}
</style>
background-color css
<style>
a { background-color: #F2426C; }
a { background-color: rgb(242,66,108); }
div.DivClassName
{
background-color: #F2426C;
}
.BgClassName
{
background-color: #F2426C;
}
</style>
border-color css
<style>
span { border-color: #F2426C; }
span { border-color: rgb(242,66,108); }
td.TdClassName
{
border-color: #F2426C;
}
.TagClassName
{
border-color: #F2426C;
}
</style>