Shades of Radical Red #F23562
Tints of Radical Red #F23562
RGB
CMYK
RGB Variations
Color information
#F23562 (or 0xF23562) is known color: Radical Red. HEX triplet: F2, 35 and 62. RGB value is (242,53,98). Sum of RGB (Red+Green+Blue) = 242+53+98=393 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.58% from 393); Green value is 53 (21.09% from 255 or 13.49% from 393); Blue value is 98 (38.67% from 255 or 24.94% from 393); Max value from RGB is 242 - color contains mainly: red. Hex color #F23562 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F23562 is #0DCA9D. Grayscale: #727272. Windows color (decimal): -903838 or 6436338. OLE color: 6436338.
HSL color Cylindrical-coordinate representation of color #F23562: hue angle of 345.71º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F23562 is Cyan = 0, Magento = 0.78, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 53 | 98 | - |
| CMYK | 0 | 0.78 | 0.60 | 0.05 |
| HSL | 345.71º | 0.88% | 0.58% | - |
| HSV(B) | 345.71º | 0.78% | 0.95% | - |
| XYZ | 40.1 | 22.31 | 13.75 | - |
| YUV | 114.64 | 118.62 | 218.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 53 | 98 | 0 | 0.78 | 0.60 | 0.05 | 345.71 | 0.88 | 0.58 |
| Hex | F2 | 35 | 62 | 0 | 4E | 3C | 5 | 15A | 58 | 3A |
| Octal | 362 | 65 | 142 | 0 | 116 | 74 | 5 | 532 | 130 | 72 |
| Binary | 11110010 | 110101 | 1100010 | 0 | 1001110 | 111100 | 101 | 101011010 | 1011000 | 111010 |
Color Harmonies of #F23562
Complementary color
Monochromatic Colors of #F23562
Black with #F23562
Text Example
Text Example
White with #F23562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23562; }
p { color: rgb(242,53,98); }
H1.HeaderClassName
{
color: #F23562;
}
.AnyTagClassName
{
color: #F23562;
}
</style>
background-color css
<style>
a { background-color: #F23562; }
a { background-color: rgb(242,53,98); }
div.DivClassName
{
background-color: #F23562;
}
.BgClassName
{
background-color: #F23562;
}
</style>
border-color css
<style>
span { border-color: #F23562; }
span { border-color: rgb(242,53,98); }
td.TdClassName
{
border-color: #F23562;
}
.TagClassName
{
border-color: #F23562;
}
</style>