Shades of Radical Red #F23F60
Tints of Radical Red #F23F60
RGB
CMYK
RGB Variations
Color information
#F23F60 (or 0xF23F60) is known color: Radical Red. HEX triplet: F2, 3F and 60. RGB value is (242,63,96). Sum of RGB (Red+Green+Blue) = 242+63+96=401 (53% of max value = 765). Red value is 242 (94.92% from 255 or 60.35% from 401); Green value is 63 (25% from 255 or 15.71% from 401); Blue value is 96 (37.89% from 255 or 23.94% from 401); Max value from RGB is 242 - color contains mainly: red. Hex color #F23F60 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F23F60 is #0DC09F. Grayscale: #787878. Windows color (decimal): -901280 or 6307826. OLE color: 6307826.
HSL color Cylindrical-coordinate representation of color #F23F60: hue angle of 348.94º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F23F60 is Cyan = 0, Magento = 0.74, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 63 | 96 | - |
| CMYK | 0 | 0.74 | 0.60 | 0.05 |
| HSL | 348.94º | 0.87% | 0.6% | - |
| HSV(B) | 348.94º | 0.74% | 0.95% | - |
| XYZ | 40.51 | 23.28 | 13.42 | - |
| YUV | 120.28 | 114.3 | 214.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 63 | 96 | 0 | 0.74 | 0.60 | 0.05 | 348.94 | 0.87 | 0.6 |
| Hex | F2 | 3F | 60 | 0 | 4A | 3C | 5 | 15D | 57 | 3C |
| Octal | 362 | 77 | 140 | 0 | 112 | 74 | 5 | 535 | 127 | 74 |
| Binary | 11110010 | 111111 | 1100000 | 0 | 1001010 | 111100 | 101 | 101011101 | 1010111 | 111100 |
Color Harmonies of #F23F60
Complementary color
Monochromatic Colors of #F23F60
Black with #F23F60
Text Example
Text Example
White with #F23F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23F60; }
p { color: rgb(242,63,96); }
H1.HeaderClassName
{
color: #F23F60;
}
.AnyTagClassName
{
color: #F23F60;
}
</style>
background-color css
<style>
a { background-color: #F23F60; }
a { background-color: rgb(242,63,96); }
div.DivClassName
{
background-color: #F23F60;
}
.BgClassName
{
background-color: #F23F60;
}
</style>
border-color css
<style>
span { border-color: #F23F60; }
span { border-color: rgb(242,63,96); }
td.TdClassName
{
border-color: #F23F60;
}
.TagClassName
{
border-color: #F23F60;
}
</style>