Shades of Radical Red #F23563
Tints of Radical Red #F23563
RGB
CMYK
RGB Variations
Color information
#F23563 (or 0xF23563) is known color: Radical Red. HEX triplet: F2, 35 and 63. RGB value is (242,53,99). Sum of RGB (Red+Green+Blue) = 242+53+99=394 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.42% from 394); Green value is 53 (21.09% from 255 or 13.45% from 394); Blue value is 99 (39.06% from 255 or 25.13% from 394); Max value from RGB is 242 - color contains mainly: red. Hex color #F23563 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F23563 is #0DCA9C. Grayscale: #727272. Windows color (decimal): -903837 or 6501874. OLE color: 6501874.
HSL color Cylindrical-coordinate representation of color #F23563: hue angle of 345.4º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F23563 is Cyan = 0, Magento = 0.78, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 53 | 99 | - |
| CMYK | 0 | 0.78 | 0.59 | 0.05 |
| HSL | 345.4º | 0.88% | 0.58% | - |
| HSV(B) | 345.4º | 0.78% | 0.95% | - |
| XYZ | 40.14 | 22.32 | 14 | - |
| YUV | 114.76 | 119.12 | 218.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 53 | 99 | 0 | 0.78 | 0.59 | 0.05 | 345.4 | 0.88 | 0.58 |
| Hex | F2 | 35 | 63 | 0 | 4E | 3B | 5 | 159 | 58 | 3A |
| Octal | 362 | 65 | 143 | 0 | 116 | 73 | 5 | 531 | 130 | 72 |
| Binary | 11110010 | 110101 | 1100011 | 0 | 1001110 | 111011 | 101 | 101011001 | 1011000 | 111010 |
Color Harmonies of #F23563
Complementary color
Monochromatic Colors of #F23563
Black with #F23563
Text Example
Text Example
White with #F23563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23563; }
p { color: rgb(242,53,99); }
H1.HeaderClassName
{
color: #F23563;
}
.AnyTagClassName
{
color: #F23563;
}
</style>
background-color css
<style>
a { background-color: #F23563; }
a { background-color: rgb(242,53,99); }
div.DivClassName
{
background-color: #F23563;
}
.BgClassName
{
background-color: #F23563;
}
</style>
border-color css
<style>
span { border-color: #F23563; }
span { border-color: rgb(242,53,99); }
td.TdClassName
{
border-color: #F23563;
}
.TagClassName
{
border-color: #F23563;
}
</style>