Shades of Radical Red #F2415B
Tints of Radical Red #F2415B
RGB
CMYK
RGB Variations
Color information
#F2415B (or 0xF2415B) is known color: Radical Red. HEX triplet: F2, 41 and 5B. RGB value is (242,65,91). Sum of RGB (Red+Green+Blue) = 242+65+91=398 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.80% from 398); Green value is 65 (25.78% from 255 or 16.33% from 398); Blue value is 91 (35.94% from 255 or 22.86% from 398); Max value from RGB is 242 - color contains mainly: red. Hex color #F2415B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2415B is #0DBEA4. Grayscale: #787878. Windows color (decimal): -900773 or 5980658. OLE color: 5980658.
HSL color Cylindrical-coordinate representation of color #F2415B: hue angle of 351.19º 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 #F2415B is Cyan = 0, Magento = 0.73, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 65 | 91 | - |
| CMYK | 0 | 0.73 | 0.62 | 0.05 |
| HSL | 351.19º | 0.87% | 0.6% | - |
| HSV(B) | 351.19º | 0.73% | 0.95% | - |
| XYZ | 40.4 | 23.41 | 12.29 | - |
| YUV | 120.89 | 111.14 | 214.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 65 | 91 | 0 | 0.73 | 0.62 | 0.05 | 351.19 | 0.87 | 0.6 |
| Hex | F2 | 41 | 5B | 0 | 49 | 3E | 5 | 15F | 57 | 3C |
| Octal | 362 | 101 | 133 | 0 | 111 | 76 | 5 | 537 | 127 | 74 |
| Binary | 11110010 | 1000001 | 1011011 | 0 | 1001001 | 111110 | 101 | 101011111 | 1010111 | 111100 |
Color Harmonies of #F2415B
Complementary color
Monochromatic Colors of #F2415B
Black with #F2415B
Text Example
Text Example
White with #F2415B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2415B; }
p { color: rgb(242,65,91); }
H1.HeaderClassName
{
color: #F2415B;
}
.AnyTagClassName
{
color: #F2415B;
}
</style>
background-color css
<style>
a { background-color: #F2415B; }
a { background-color: rgb(242,65,91); }
div.DivClassName
{
background-color: #F2415B;
}
.BgClassName
{
background-color: #F2415B;
}
</style>
border-color css
<style>
span { border-color: #F2415B; }
span { border-color: rgb(242,65,91); }
td.TdClassName
{
border-color: #F2415B;
}
.TagClassName
{
border-color: #F2415B;
}
</style>