Shades of Radical Red #F23363
Tints of Radical Red #F23363
RGB
CMYK
RGB Variations
Color information
#F23363 (or 0xF23363) is known color: Radical Red. HEX triplet: F2, 33 and 63. RGB value is (242,51,99). Sum of RGB (Red+Green+Blue) = 242+51+99=392 (51% of max value = 765). Red value is 242 (94.92% from 255 or 61.73% from 392); Green value is 51 (20.31% from 255 or 13.01% from 392); Blue value is 99 (39.06% from 255 or 25.26% from 392); Max value from RGB is 242 - color contains mainly: red. Hex color #F23363 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F23363 is #0DCC9C. Grayscale: #717171. Windows color (decimal): -904349 or 6501362. OLE color: 6501362.
HSL color Cylindrical-coordinate representation of color #F23363: hue angle of 344.92º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F23363 is Cyan = 0, Magento = 0.79, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 51 | 99 | - |
| CMYK | 0 | 0.79 | 0.59 | 0.05 |
| HSL | 344.92º | 0.88% | 0.57% | - |
| HSV(B) | 344.92º | 0.79% | 0.95% | - |
| XYZ | 40.05 | 22.15 | 13.97 | - |
| YUV | 113.58 | 119.78 | 219.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 51 | 99 | 0 | 0.79 | 0.59 | 0.05 | 344.92 | 0.88 | 0.57 |
| Hex | F2 | 33 | 63 | 0 | 4F | 3B | 5 | 159 | 58 | 39 |
| Octal | 362 | 63 | 143 | 0 | 117 | 73 | 5 | 531 | 130 | 71 |
| Binary | 11110010 | 110011 | 1100011 | 0 | 1001111 | 111011 | 101 | 101011001 | 1011000 | 111001 |
Color Harmonies of #F23363
Complementary color
Monochromatic Colors of #F23363
Black with #F23363
Text Example
Text Example
White with #F23363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23363; }
p { color: rgb(242,51,99); }
H1.HeaderClassName
{
color: #F23363;
}
.AnyTagClassName
{
color: #F23363;
}
</style>
background-color css
<style>
a { background-color: #F23363; }
a { background-color: rgb(242,51,99); }
div.DivClassName
{
background-color: #F23363;
}
.BgClassName
{
background-color: #F23363;
}
</style>
border-color css
<style>
span { border-color: #F23363; }
span { border-color: rgb(242,51,99); }
td.TdClassName
{
border-color: #F23363;
}
.TagClassName
{
border-color: #F23363;
}
</style>