Shades of Radical Red #F23467
Tints of Radical Red #F23467
RGB
CMYK
RGB Variations
Color information
#F23467 (or 0xF23467) is known color: Radical Red. HEX triplet: F2, 34 and 67. RGB value is (242,52,103). Sum of RGB (Red+Green+Blue) = 242+52+103=397 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.96% from 397); Green value is 52 (20.70% from 255 or 13.10% from 397); Blue value is 103 (40.62% from 255 or 25.94% from 397); Max value from RGB is 242 - color contains mainly: red. Hex color #F23467 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F23467 is #0DCB98. Grayscale: #727272. Windows color (decimal): -904089 or 6763762. OLE color: 6763762.
HSL color Cylindrical-coordinate representation of color #F23467: hue angle of 343.89º 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 #F23467 is Cyan = 0, Magento = 0.79, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 52 | 103 | - |
| CMYK | 0 | 0.79 | 0.57 | 0.05 |
| HSL | 343.89º | 0.88% | 0.58% | - |
| HSV(B) | 343.89º | 0.79% | 0.95% | - |
| XYZ | 40.29 | 22.31 | 15.01 | - |
| YUV | 114.62 | 121.45 | 218.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 52 | 103 | 0 | 0.79 | 0.57 | 0.05 | 343.89 | 0.88 | 0.58 |
| Hex | F2 | 34 | 67 | 0 | 4F | 39 | 5 | 158 | 58 | 3A |
| Octal | 362 | 64 | 147 | 0 | 117 | 71 | 5 | 530 | 130 | 72 |
| Binary | 11110010 | 110100 | 1100111 | 0 | 1001111 | 111001 | 101 | 101011000 | 1011000 | 111010 |
Color Harmonies of #F23467
Complementary color
Monochromatic Colors of #F23467
Black with #F23467
Text Example
Text Example
White with #F23467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23467; }
p { color: rgb(242,52,103); }
H1.HeaderClassName
{
color: #F23467;
}
.AnyTagClassName
{
color: #F23467;
}
</style>
background-color css
<style>
a { background-color: #F23467; }
a { background-color: rgb(242,52,103); }
div.DivClassName
{
background-color: #F23467;
}
.BgClassName
{
background-color: #F23467;
}
</style>
border-color css
<style>
span { border-color: #F23467; }
span { border-color: rgb(242,52,103); }
td.TdClassName
{
border-color: #F23467;
}
.TagClassName
{
border-color: #F23467;
}
</style>