Shades of Radical Red #F24152
Tints of Radical Red #F24152
RGB
CMYK
RGB Variations
Color information
#F24152 (or 0xF24152) is known color: Radical Red. HEX triplet: F2, 41 and 52. RGB value is (242,65,82). Sum of RGB (Red+Green+Blue) = 242+65+82=389 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.21% from 389); Green value is 65 (25.78% from 255 or 16.71% from 389); Blue value is 82 (32.42% from 255 or 21.08% from 389); Max value from RGB is 242 - color contains mainly: red. Hex color #F24152 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F24152 is #0DBEAD. Grayscale: #777777. Windows color (decimal): -900782 or 5390834. OLE color: 5390834.
HSL color Cylindrical-coordinate representation of color #F24152: hue angle of 354.24º 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 #F24152 is Cyan = 0, Magento = 0.73, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 65 | 82 | - |
| CMYK | 0 | 0.73 | 0.66 | 0.05 |
| HSL | 354.24º | 0.87% | 0.6% | - |
| HSV(B) | 354.24º | 0.73% | 0.95% | - |
| XYZ | 40.03 | 23.27 | 10.36 | - |
| YUV | 119.86 | 106.64 | 215.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 65 | 82 | 0 | 0.73 | 0.66 | 0.05 | 354.24 | 0.87 | 0.6 |
| Hex | F2 | 41 | 52 | 0 | 49 | 42 | 5 | 162 | 57 | 3C |
| Octal | 362 | 101 | 122 | 0 | 111 | 102 | 5 | 542 | 127 | 74 |
| Binary | 11110010 | 1000001 | 1010010 | 0 | 1001001 | 1000010 | 101 | 101100010 | 1010111 | 111100 |
Color Harmonies of #F24152
Complementary color
Monochromatic Colors of #F24152
Black with #F24152
Text Example
Text Example
White with #F24152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24152; }
p { color: rgb(242,65,82); }
H1.HeaderClassName
{
color: #F24152;
}
.AnyTagClassName
{
color: #F24152;
}
</style>
background-color css
<style>
a { background-color: #F24152; }
a { background-color: rgb(242,65,82); }
div.DivClassName
{
background-color: #F24152;
}
.BgClassName
{
background-color: #F24152;
}
</style>
border-color css
<style>
span { border-color: #F24152; }
span { border-color: rgb(242,65,82); }
td.TdClassName
{
border-color: #F24152;
}
.TagClassName
{
border-color: #F24152;
}
</style>