Shades of Radical Red #F2416C
Tints of Radical Red #F2416C
RGB
CMYK
RGB Variations
Color information
#F2416C (or 0xF2416C) is known color: Radical Red. HEX triplet: F2, 41 and 6C. RGB value is (242,65,108). Sum of RGB (Red+Green+Blue) = 242+65+108=415 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.31% from 415); Green value is 65 (25.78% from 255 or 15.66% from 415); Blue value is 108 (42.58% from 255 or 26.02% from 415); Max value from RGB is 242 - color contains mainly: red. Hex color #F2416C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2416C is #0DBE93. Grayscale: #7A7A7A. Windows color (decimal): -900756 or 7094770. OLE color: 7094770.
HSL color Cylindrical-coordinate representation of color #F2416C: hue angle of 345.42º 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 #F2416C is Cyan = 0, Magento = 0.73, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 65 | 108 | - |
| CMYK | 0 | 0.73 | 0.55 | 0.05 |
| HSL | 345.42º | 0.87% | 0.6% | - |
| HSV(B) | 345.42º | 0.73% | 0.95% | - |
| XYZ | 41.22 | 23.74 | 16.6 | - |
| YUV | 122.83 | 119.64 | 213 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 65 | 108 | 0 | 0.73 | 0.55 | 0.05 | 345.42 | 0.87 | 0.6 |
| Hex | F2 | 41 | 6C | 0 | 49 | 37 | 5 | 159 | 57 | 3C |
| Octal | 362 | 101 | 154 | 0 | 111 | 67 | 5 | 531 | 127 | 74 |
| Binary | 11110010 | 1000001 | 1101100 | 0 | 1001001 | 110111 | 101 | 101011001 | 1010111 | 111100 |
Color Harmonies of #F2416C
Complementary color
Monochromatic Colors of #F2416C
Black with #F2416C
Text Example
Text Example
White with #F2416C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2416C; }
p { color: rgb(242,65,108); }
H1.HeaderClassName
{
color: #F2416C;
}
.AnyTagClassName
{
color: #F2416C;
}
</style>
background-color css
<style>
a { background-color: #F2416C; }
a { background-color: rgb(242,65,108); }
div.DivClassName
{
background-color: #F2416C;
}
.BgClassName
{
background-color: #F2416C;
}
</style>
border-color css
<style>
span { border-color: #F2416C; }
span { border-color: rgb(242,65,108); }
td.TdClassName
{
border-color: #F2416C;
}
.TagClassName
{
border-color: #F2416C;
}
</style>