Shades of Radical Red #F2416F
Tints of Radical Red #F2416F
RGB
CMYK
RGB Variations
Color information
#F2416F (or 0xF2416F) is known color: Radical Red. HEX triplet: F2, 41 and 6F. RGB value is (242,65,111). Sum of RGB (Red+Green+Blue) = 242+65+111=418 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.89% from 418); Green value is 65 (25.78% from 255 or 15.55% from 418); Blue value is 111 (43.75% from 255 or 26.56% from 418); Max value from RGB is 242 - color contains mainly: red. Hex color #F2416F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2416F is #0DBE90. Grayscale: #7B7B7B. Windows color (decimal): -900753 or 7291378. OLE color: 7291378.
HSL color Cylindrical-coordinate representation of color #F2416F: hue angle of 344.41º 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 #F2416F is Cyan = 0, Magento = 0.73, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 65 | 111 | - |
| CMYK | 0 | 0.73 | 0.54 | 0.05 |
| HSL | 344.41º | 0.87% | 0.6% | - |
| HSV(B) | 344.41º | 0.73% | 0.95% | - |
| XYZ | 41.38 | 23.81 | 17.45 | - |
| YUV | 123.17 | 121.14 | 212.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 65 | 111 | 0 | 0.73 | 0.54 | 0.05 | 344.41 | 0.87 | 0.6 |
| Hex | F2 | 41 | 6F | 0 | 49 | 36 | 5 | 158 | 57 | 3C |
| Octal | 362 | 101 | 157 | 0 | 111 | 66 | 5 | 530 | 127 | 74 |
| Binary | 11110010 | 1000001 | 1101111 | 0 | 1001001 | 110110 | 101 | 101011000 | 1010111 | 111100 |
Color Harmonies of #F2416F
Complementary color
Monochromatic Colors of #F2416F
Black with #F2416F
Text Example
Text Example
White with #F2416F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2416F; }
p { color: rgb(242,65,111); }
H1.HeaderClassName
{
color: #F2416F;
}
.AnyTagClassName
{
color: #F2416F;
}
</style>
background-color css
<style>
a { background-color: #F2416F; }
a { background-color: rgb(242,65,111); }
div.DivClassName
{
background-color: #F2416F;
}
.BgClassName
{
background-color: #F2416F;
}
</style>
border-color css
<style>
span { border-color: #F2416F; }
span { border-color: rgb(242,65,111); }
td.TdClassName
{
border-color: #F2416F;
}
.TagClassName
{
border-color: #F2416F;
}
</style>