Shades of Radical Red #F23F55
Tints of Radical Red #F23F55
RGB
CMYK
RGB Variations
Color information
#F23F55 (or 0xF23F55) is known color: Radical Red. HEX triplet: F2, 3F and 55. RGB value is (242,63,85). Sum of RGB (Red+Green+Blue) = 242+63+85=390 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.05% from 390); Green value is 63 (25% from 255 or 16.15% from 390); Blue value is 85 (33.59% from 255 or 21.79% from 390); Max value from RGB is 242 - color contains mainly: red. Hex color #F23F55 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F23F55 is #0DC0AA. Grayscale: #777777. Windows color (decimal): -901291 or 5586930. OLE color: 5586930.
HSL color Cylindrical-coordinate representation of color #F23F55: hue angle of 352.63º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F23F55 is Cyan = 0, Magento = 0.74, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 63 | 85 | - |
| CMYK | 0 | 0.74 | 0.65 | 0.05 |
| HSL | 352.63º | 0.87% | 0.6% | - |
| HSV(B) | 352.63º | 0.74% | 0.95% | - |
| XYZ | 40.04 | 23.09 | 10.94 | - |
| YUV | 119.03 | 108.8 | 215.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 63 | 85 | 0 | 0.74 | 0.65 | 0.05 | 352.63 | 0.87 | 0.6 |
| Hex | F2 | 3F | 55 | 0 | 4A | 41 | 5 | 161 | 57 | 3C |
| Octal | 362 | 77 | 125 | 0 | 112 | 101 | 5 | 541 | 127 | 74 |
| Binary | 11110010 | 111111 | 1010101 | 0 | 1001010 | 1000001 | 101 | 101100001 | 1010111 | 111100 |
Color Harmonies of #F23F55
Complementary color
Monochromatic Colors of #F23F55
Black with #F23F55
Text Example
Text Example
White with #F23F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23F55; }
p { color: rgb(242,63,85); }
H1.HeaderClassName
{
color: #F23F55;
}
.AnyTagClassName
{
color: #F23F55;
}
</style>
background-color css
<style>
a { background-color: #F23F55; }
a { background-color: rgb(242,63,85); }
div.DivClassName
{
background-color: #F23F55;
}
.BgClassName
{
background-color: #F23F55;
}
</style>
border-color css
<style>
span { border-color: #F23F55; }
span { border-color: rgb(242,63,85); }
td.TdClassName
{
border-color: #F23F55;
}
.TagClassName
{
border-color: #F23F55;
}
</style>