Shades of Radical Red #F23F6E
Tints of Radical Red #F23F6E
RGB
CMYK
RGB Variations
Color information
#F23F6E (or 0xF23F6E) is known color: Radical Red. HEX triplet: F2, 3F and 6E. RGB value is (242,63,110). Sum of RGB (Red+Green+Blue) = 242+63+110=415 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.31% from 415); Green value is 63 (25% from 255 or 15.18% from 415); Blue value is 110 (43.36% from 255 or 26.51% from 415); Max value from RGB is 242 - color contains mainly: red. Hex color #F23F6E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F23F6E is #0DC091. Grayscale: #797979. Windows color (decimal): -901266 or 7225330. OLE color: 7225330.
HSL color Cylindrical-coordinate representation of color #F23F6E: hue angle of 344.25º 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 #F23F6E is Cyan = 0, Magento = 0.74, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 63 | 110 | - |
| CMYK | 0 | 0.74 | 0.55 | 0.05 |
| HSL | 344.25º | 0.87% | 0.6% | - |
| HSV(B) | 344.25º | 0.74% | 0.95% | - |
| XYZ | 41.21 | 23.56 | 17.13 | - |
| YUV | 121.88 | 121.3 | 213.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 63 | 110 | 0 | 0.74 | 0.55 | 0.05 | 344.25 | 0.87 | 0.6 |
| Hex | F2 | 3F | 6E | 0 | 4A | 37 | 5 | 158 | 57 | 3C |
| Octal | 362 | 77 | 156 | 0 | 112 | 67 | 5 | 530 | 127 | 74 |
| Binary | 11110010 | 111111 | 1101110 | 0 | 1001010 | 110111 | 101 | 101011000 | 1010111 | 111100 |
Color Harmonies of #F23F6E
Complementary color
Monochromatic Colors of #F23F6E
Black with #F23F6E
Text Example
Text Example
White with #F23F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23F6E; }
p { color: rgb(242,63,110); }
H1.HeaderClassName
{
color: #F23F6E;
}
.AnyTagClassName
{
color: #F23F6E;
}
</style>
background-color css
<style>
a { background-color: #F23F6E; }
a { background-color: rgb(242,63,110); }
div.DivClassName
{
background-color: #F23F6E;
}
.BgClassName
{
background-color: #F23F6E;
}
</style>
border-color css
<style>
span { border-color: #F23F6E; }
span { border-color: rgb(242,63,110); }
td.TdClassName
{
border-color: #F23F6E;
}
.TagClassName
{
border-color: #F23F6E;
}
</style>