Shades of Radical Red #F23063
Tints of Radical Red #F23063
RGB
CMYK
RGB Variations
Color information
#F23063 (or 0xF23063) is known color: Radical Red. HEX triplet: F2, 30 and 63. RGB value is (242,48,99). Sum of RGB (Red+Green+Blue) = 242+48+99=389 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.21% from 389); Green value is 48 (19.14% from 255 or 12.34% from 389); Blue value is 99 (39.06% from 255 or 25.45% from 389); Max value from RGB is 242 - color contains mainly: red. Hex color #F23063 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F23063 is #0DCF9C. Grayscale: #6F6F6F. Windows color (decimal): -905117 or 6500594. OLE color: 6500594.
HSL color Cylindrical-coordinate representation of color #F23063: hue angle of 344.23º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F23063 is Cyan = 0, Magento = 0.80, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 48 | 99 | - |
| CMYK | 0 | 0.80 | 0.59 | 0.05 |
| HSL | 344.23º | 0.88% | 0.57% | - |
| HSV(B) | 344.23º | 0.8% | 0.95% | - |
| XYZ | 39.93 | 21.89 | 13.93 | - |
| YUV | 111.82 | 120.77 | 220.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 48 | 99 | 0 | 0.80 | 0.59 | 0.05 | 344.23 | 0.88 | 0.57 |
| Hex | F2 | 30 | 63 | 0 | 50 | 3B | 5 | 158 | 58 | 39 |
| Octal | 362 | 60 | 143 | 0 | 120 | 73 | 5 | 530 | 130 | 71 |
| Binary | 11110010 | 110000 | 1100011 | 0 | 1010000 | 111011 | 101 | 101011000 | 1011000 | 111001 |
Color Harmonies of #F23063
Complementary color
Monochromatic Colors of #F23063
Black with #F23063
Text Example
Text Example
White with #F23063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23063; }
p { color: rgb(242,48,99); }
H1.HeaderClassName
{
color: #F23063;
}
.AnyTagClassName
{
color: #F23063;
}
</style>
background-color css
<style>
a { background-color: #F23063; }
a { background-color: rgb(242,48,99); }
div.DivClassName
{
background-color: #F23063;
}
.BgClassName
{
background-color: #F23063;
}
</style>
border-color css
<style>
span { border-color: #F23063; }
span { border-color: rgb(242,48,99); }
td.TdClassName
{
border-color: #F23063;
}
.TagClassName
{
border-color: #F23063;
}
</style>