Shades of Radical Red #F23B63
Tints of Radical Red #F23B63
RGB
CMYK
RGB Variations
Color information
#F23B63 (or 0xF23B63) is known color: Radical Red. HEX triplet: F2, 3B and 63. RGB value is (242,59,99). Sum of RGB (Red+Green+Blue) = 242+59+99=400 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.5% from 400); Green value is 59 (23.44% from 255 or 14.75% from 400); Blue value is 99 (39.06% from 255 or 24.75% from 400); Max value from RGB is 242 - color contains mainly: red. Hex color #F23B63 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F23B63 is #0DC49C. Grayscale: #767676. Windows color (decimal): -902301 or 6503410. OLE color: 6503410.
HSL color Cylindrical-coordinate representation of color #F23B63: hue angle of 346.89º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F23B63 is Cyan = 0, Magento = 0.76, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 59 | 99 | - |
| CMYK | 0 | 0.76 | 0.59 | 0.05 |
| HSL | 346.89º | 0.88% | 0.59% | - |
| HSV(B) | 346.89º | 0.76% | 0.95% | - |
| XYZ | 40.43 | 22.91 | 14.09 | - |
| YUV | 118.28 | 117.13 | 216.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 59 | 99 | 0 | 0.76 | 0.59 | 0.05 | 346.89 | 0.88 | 0.59 |
| Hex | F2 | 3B | 63 | 0 | 4C | 3B | 5 | 15B | 58 | 3B |
| Octal | 362 | 73 | 143 | 0 | 114 | 73 | 5 | 533 | 130 | 73 |
| Binary | 11110010 | 111011 | 1100011 | 0 | 1001100 | 111011 | 101 | 101011011 | 1011000 | 111011 |
Color Harmonies of #F23B63
Complementary color
Monochromatic Colors of #F23B63
Black with #F23B63
Text Example
Text Example
White with #F23B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23B63; }
p { color: rgb(242,59,99); }
H1.HeaderClassName
{
color: #F23B63;
}
.AnyTagClassName
{
color: #F23B63;
}
</style>
background-color css
<style>
a { background-color: #F23B63; }
a { background-color: rgb(242,59,99); }
div.DivClassName
{
background-color: #F23B63;
}
.BgClassName
{
background-color: #F23B63;
}
</style>
border-color css
<style>
span { border-color: #F23B63; }
span { border-color: rgb(242,59,99); }
td.TdClassName
{
border-color: #F23B63;
}
.TagClassName
{
border-color: #F23B63;
}
</style>