Shades of Radical Red #F23A70
Tints of Radical Red #F23A70
RGB
CMYK
RGB Variations
Color information
#F23A70 (or 0xF23A70) is known color: Radical Red. HEX triplet: F2, 3A and 70. RGB value is (242,58,112). Sum of RGB (Red+Green+Blue) = 242+58+112=412 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.74% from 412); Green value is 58 (23.05% from 255 or 14.08% from 412); Blue value is 112 (44.14% from 255 or 27.18% from 412); Max value from RGB is 242 - color contains mainly: red. Hex color #F23A70 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F23A70 is #0DC58F. Grayscale: #777777. Windows color (decimal): -902544 or 7355122. OLE color: 7355122.
HSL color Cylindrical-coordinate representation of color #F23A70: hue angle of 342.39º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F23A70 is Cyan = 0, Magento = 0.76, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 58 | 112 | - |
| CMYK | 0 | 0.76 | 0.54 | 0.05 |
| HSL | 342.39º | 0.88% | 0.59% | - |
| HSV(B) | 342.39º | 0.76% | 0.95% | - |
| XYZ | 41.06 | 23.07 | 17.62 | - |
| YUV | 119.17 | 123.96 | 215.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 58 | 112 | 0 | 0.76 | 0.54 | 0.05 | 342.39 | 0.88 | 0.59 |
| Hex | F2 | 3A | 70 | 0 | 4C | 36 | 5 | 156 | 58 | 3B |
| Octal | 362 | 72 | 160 | 0 | 114 | 66 | 5 | 526 | 130 | 73 |
| Binary | 11110010 | 111010 | 1110000 | 0 | 1001100 | 110110 | 101 | 101010110 | 1011000 | 111011 |
Color Harmonies of #F23A70
Complementary color
Monochromatic Colors of #F23A70
Black with #F23A70
Text Example
Text Example
White with #F23A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23A70; }
p { color: rgb(242,58,112); }
H1.HeaderClassName
{
color: #F23A70;
}
.AnyTagClassName
{
color: #F23A70;
}
</style>
background-color css
<style>
a { background-color: #F23A70; }
a { background-color: rgb(242,58,112); }
div.DivClassName
{
background-color: #F23A70;
}
.BgClassName
{
background-color: #F23A70;
}
</style>
border-color css
<style>
span { border-color: #F23A70; }
span { border-color: rgb(242,58,112); }
td.TdClassName
{
border-color: #F23A70;
}
.TagClassName
{
border-color: #F23A70;
}
</style>