Shades of Radical Red #F23860
Tints of Radical Red #F23860
RGB
CMYK
RGB Variations
Color information
#F23860 (or 0xF23860) is known color: Radical Red. HEX triplet: F2, 38 and 60. RGB value is (242,56,96). Sum of RGB (Red+Green+Blue) = 242+56+96=394 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.42% from 394); Green value is 56 (22.27% from 255 or 14.21% from 394); Blue value is 96 (37.89% from 255 or 24.37% from 394); Max value from RGB is 242 - color contains mainly: red. Hex color #F23860 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F23860 is #0DC79F. Grayscale: #747474. Windows color (decimal): -903072 or 6306034. OLE color: 6306034.
HSL color Cylindrical-coordinate representation of color #F23860: hue angle of 347.1º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F23860 is Cyan = 0, Magento = 0.77, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 56 | 96 | - |
| CMYK | 0 | 0.77 | 0.60 | 0.05 |
| HSL | 347.1º | 0.88% | 0.58% | - |
| HSV(B) | 347.1º | 0.77% | 0.95% | - |
| XYZ | 40.14 | 22.55 | 13.3 | - |
| YUV | 116.17 | 116.62 | 217.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 56 | 96 | 0 | 0.77 | 0.60 | 0.05 | 347.1 | 0.88 | 0.58 |
| Hex | F2 | 38 | 60 | 0 | 4D | 3C | 5 | 15B | 58 | 3A |
| Octal | 362 | 70 | 140 | 0 | 115 | 74 | 5 | 533 | 130 | 72 |
| Binary | 11110010 | 111000 | 1100000 | 0 | 1001101 | 111100 | 101 | 101011011 | 1011000 | 111010 |
Color Harmonies of #F23860
Complementary color
Monochromatic Colors of #F23860
Black with #F23860
Text Example
Text Example
White with #F23860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23860; }
p { color: rgb(242,56,96); }
H1.HeaderClassName
{
color: #F23860;
}
.AnyTagClassName
{
color: #F23860;
}
</style>
background-color css
<style>
a { background-color: #F23860; }
a { background-color: rgb(242,56,96); }
div.DivClassName
{
background-color: #F23860;
}
.BgClassName
{
background-color: #F23860;
}
</style>
border-color css
<style>
span { border-color: #F23860; }
span { border-color: rgb(242,56,96); }
td.TdClassName
{
border-color: #F23860;
}
.TagClassName
{
border-color: #F23860;
}
</style>