Shades of Radical Red #F23163
Tints of Radical Red #F23163
RGB
CMYK
RGB Variations
Color information
#F23163 (or 0xF23163) is known color: Radical Red. HEX triplet: F2, 31 and 63. RGB value is (242,49,99). Sum of RGB (Red+Green+Blue) = 242+49+99=390 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.05% from 390); Green value is 49 (19.53% from 255 or 12.56% from 390); Blue value is 99 (39.06% from 255 or 25.38% from 390); Max value from RGB is 242 - color contains mainly: red. Hex color #F23163 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F23163 is #0DCE9C. Grayscale: #707070. Windows color (decimal): -904861 or 6500850. OLE color: 6500850.
HSL color Cylindrical-coordinate representation of color #F23163: hue angle of 344.46º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F23163 is Cyan = 0, Magento = 0.80, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 49 | 99 | - |
| CMYK | 0 | 0.80 | 0.59 | 0.05 |
| HSL | 344.46º | 0.88% | 0.57% | - |
| HSV(B) | 344.46º | 0.8% | 0.95% | - |
| XYZ | 39.97 | 21.97 | 13.94 | - |
| YUV | 112.41 | 120.44 | 220.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 49 | 99 | 0 | 0.80 | 0.59 | 0.05 | 344.46 | 0.88 | 0.57 |
| Hex | F2 | 31 | 63 | 0 | 50 | 3B | 5 | 158 | 58 | 39 |
| Octal | 362 | 61 | 143 | 0 | 120 | 73 | 5 | 530 | 130 | 71 |
| Binary | 11110010 | 110001 | 1100011 | 0 | 1010000 | 111011 | 101 | 101011000 | 1011000 | 111001 |
Color Harmonies of #F23163
Complementary color
Monochromatic Colors of #F23163
Black with #F23163
Text Example
Text Example
White with #F23163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23163; }
p { color: rgb(242,49,99); }
H1.HeaderClassName
{
color: #F23163;
}
.AnyTagClassName
{
color: #F23163;
}
</style>
background-color css
<style>
a { background-color: #F23163; }
a { background-color: rgb(242,49,99); }
div.DivClassName
{
background-color: #F23163;
}
.BgClassName
{
background-color: #F23163;
}
</style>
border-color css
<style>
span { border-color: #F23163; }
span { border-color: rgb(242,49,99); }
td.TdClassName
{
border-color: #F23163;
}
.TagClassName
{
border-color: #F23163;
}
</style>