Shades of Radical Red #F23F69
Tints of Radical Red #F23F69
RGB
CMYK
RGB Variations
Color information
#F23F69 (or 0xF23F69) is known color: Radical Red. HEX triplet: F2, 3F and 69. RGB value is (242,63,105). Sum of RGB (Red+Green+Blue) = 242+63+105=410 (54% of max value = 765). Red value is 242 (94.92% from 255 or 59.02% from 410); Green value is 63 (25% from 255 or 15.37% from 410); Blue value is 105 (41.41% from 255 or 25.61% from 410); Max value from RGB is 242 - color contains mainly: red. Hex color #F23F69 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F23F69 is #0DC096. Grayscale: #797979. Windows color (decimal): -901271 or 6897650. OLE color: 6897650.
HSL color Cylindrical-coordinate representation of color #F23F69: hue angle of 345.92º 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 #F23F69 is Cyan = 0, Magento = 0.74, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 63 | 105 | - |
| CMYK | 0 | 0.74 | 0.57 | 0.05 |
| HSL | 345.92º | 0.87% | 0.6% | - |
| HSV(B) | 345.92º | 0.74% | 0.95% | - |
| XYZ | 40.95 | 23.45 | 15.73 | - |
| YUV | 121.31 | 118.8 | 214.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 63 | 105 | 0 | 0.74 | 0.57 | 0.05 | 345.92 | 0.87 | 0.6 |
| Hex | F2 | 3F | 69 | 0 | 4A | 39 | 5 | 15A | 57 | 3C |
| Octal | 362 | 77 | 151 | 0 | 112 | 71 | 5 | 532 | 127 | 74 |
| Binary | 11110010 | 111111 | 1101001 | 0 | 1001010 | 111001 | 101 | 101011010 | 1010111 | 111100 |
Color Harmonies of #F23F69
Complementary color
Monochromatic Colors of #F23F69
Black with #F23F69
Text Example
Text Example
White with #F23F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23F69; }
p { color: rgb(242,63,105); }
H1.HeaderClassName
{
color: #F23F69;
}
.AnyTagClassName
{
color: #F23F69;
}
</style>
background-color css
<style>
a { background-color: #F23F69; }
a { background-color: rgb(242,63,105); }
div.DivClassName
{
background-color: #F23F69;
}
.BgClassName
{
background-color: #F23F69;
}
</style>
border-color css
<style>
span { border-color: #F23F69; }
span { border-color: rgb(242,63,105); }
td.TdClassName
{
border-color: #F23F69;
}
.TagClassName
{
border-color: #F23F69;
}
</style>