Shades of Radical Red #F23564
Tints of Radical Red #F23564
RGB
CMYK
RGB Variations
Color information
#F23564 (or 0xF23564) is known color: Radical Red. HEX triplet: F2, 35 and 64. RGB value is (242,53,100). Sum of RGB (Red+Green+Blue) = 242+53+100=395 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.27% from 395); Green value is 53 (21.09% from 255 or 13.42% from 395); Blue value is 100 (39.45% from 255 or 25.32% from 395); Max value from RGB is 242 - color contains mainly: red. Hex color #F23564 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F23564 is #0DCA9B. Grayscale: #727272. Windows color (decimal): -903836 or 6567410. OLE color: 6567410.
HSL color Cylindrical-coordinate representation of color #F23564: hue angle of 345.08º 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 #F23564 is Cyan = 0, Magento = 0.78, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 53 | 100 | - |
| CMYK | 0 | 0.78 | 0.59 | 0.05 |
| HSL | 345.08º | 0.88% | 0.58% | - |
| HSV(B) | 345.08º | 0.78% | 0.95% | - |
| XYZ | 40.19 | 22.34 | 14.25 | - |
| YUV | 114.87 | 119.62 | 218.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 53 | 100 | 0 | 0.78 | 0.59 | 0.05 | 345.08 | 0.88 | 0.58 |
| Hex | F2 | 35 | 64 | 0 | 4E | 3B | 5 | 159 | 58 | 3A |
| Octal | 362 | 65 | 144 | 0 | 116 | 73 | 5 | 531 | 130 | 72 |
| Binary | 11110010 | 110101 | 1100100 | 0 | 1001110 | 111011 | 101 | 101011001 | 1011000 | 111010 |
Color Harmonies of #F23564
Complementary color
Monochromatic Colors of #F23564
Black with #F23564
Text Example
Text Example
White with #F23564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23564; }
p { color: rgb(242,53,100); }
H1.HeaderClassName
{
color: #F23564;
}
.AnyTagClassName
{
color: #F23564;
}
</style>
background-color css
<style>
a { background-color: #F23564; }
a { background-color: rgb(242,53,100); }
div.DivClassName
{
background-color: #F23564;
}
.BgClassName
{
background-color: #F23564;
}
</style>
border-color css
<style>
span { border-color: #F23564; }
span { border-color: rgb(242,53,100); }
td.TdClassName
{
border-color: #F23564;
}
.TagClassName
{
border-color: #F23564;
}
</style>