Shades of Radical Red #F23463
Tints of Radical Red #F23463
RGB
CMYK
RGB Variations
Color information
#F23463 (or 0xF23463) is known color: Radical Red. HEX triplet: F2, 34 and 63. RGB value is (242,52,99). Sum of RGB (Red+Green+Blue) = 242+52+99=393 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.58% from 393); Green value is 52 (20.70% from 255 or 13.23% from 393); Blue value is 99 (39.06% from 255 or 25.19% from 393); Max value from RGB is 242 - color contains mainly: red. Hex color #F23463 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F23463 is #0DCB9C. Grayscale: #727272. Windows color (decimal): -904093 or 6501618. OLE color: 6501618.
HSL color Cylindrical-coordinate representation of color #F23463: hue angle of 345.16º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F23463 is Cyan = 0, Magento = 0.79, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 52 | 99 | - |
| CMYK | 0 | 0.79 | 0.59 | 0.05 |
| HSL | 345.16º | 0.88% | 0.58% | - |
| HSV(B) | 345.16º | 0.79% | 0.95% | - |
| XYZ | 40.1 | 22.23 | 13.98 | - |
| YUV | 114.17 | 119.45 | 219.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 52 | 99 | 0 | 0.79 | 0.59 | 0.05 | 345.16 | 0.88 | 0.58 |
| Hex | F2 | 34 | 63 | 0 | 4F | 3B | 5 | 159 | 58 | 3A |
| Octal | 362 | 64 | 143 | 0 | 117 | 73 | 5 | 531 | 130 | 72 |
| Binary | 11110010 | 110100 | 1100011 | 0 | 1001111 | 111011 | 101 | 101011001 | 1011000 | 111010 |
Color Harmonies of #F23463
Complementary color
Monochromatic Colors of #F23463
Black with #F23463
Text Example
Text Example
White with #F23463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23463; }
p { color: rgb(242,52,99); }
H1.HeaderClassName
{
color: #F23463;
}
.AnyTagClassName
{
color: #F23463;
}
</style>
background-color css
<style>
a { background-color: #F23463; }
a { background-color: rgb(242,52,99); }
div.DivClassName
{
background-color: #F23463;
}
.BgClassName
{
background-color: #F23463;
}
</style>
border-color css
<style>
span { border-color: #F23463; }
span { border-color: rgb(242,52,99); }
td.TdClassName
{
border-color: #F23463;
}
.TagClassName
{
border-color: #F23463;
}
</style>