Shades of Radical Red #F23D71
Tints of Radical Red #F23D71
RGB
CMYK
RGB Variations
Color information
#F23D71 (or 0xF23D71) is known color: Radical Red. HEX triplet: F2, 3D and 71. RGB value is (242,61,113). Sum of RGB (Red+Green+Blue) = 242+61+113=416 (55% of max value = 765). Red value is 242 (94.92% from 255 or 58.17% from 416); Green value is 61 (24.22% from 255 or 14.66% from 416); Blue value is 113 (44.53% from 255 or 27.16% from 416); Max value from RGB is 242 - color contains mainly: red. Hex color #F23D71 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F23D71 is #0DC28E. Grayscale: #797979. Windows color (decimal): -901775 or 7421426. OLE color: 7421426.
HSL color Cylindrical-coordinate representation of color #F23D71: hue angle of 342.76º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F23D71 is Cyan = 0, Magento = 0.75, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 61 | 113 | - |
| CMYK | 0 | 0.75 | 0.53 | 0.05 |
| HSL | 342.76º | 0.87% | 0.59% | - |
| HSV(B) | 342.76º | 0.75% | 0.95% | - |
| XYZ | 41.27 | 23.41 | 17.97 | - |
| YUV | 121.05 | 123.47 | 214.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 61 | 113 | 0 | 0.75 | 0.53 | 0.05 | 342.76 | 0.87 | 0.59 |
| Hex | F2 | 3D | 71 | 0 | 4B | 35 | 5 | 157 | 57 | 3B |
| Octal | 362 | 75 | 161 | 0 | 113 | 65 | 5 | 527 | 127 | 73 |
| Binary | 11110010 | 111101 | 1110001 | 0 | 1001011 | 110101 | 101 | 101010111 | 1010111 | 111011 |
Color Harmonies of #F23D71
Complementary color
Monochromatic Colors of #F23D71
Black with #F23D71
Text Example
Text Example
White with #F23D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23D71; }
p { color: rgb(242,61,113); }
H1.HeaderClassName
{
color: #F23D71;
}
.AnyTagClassName
{
color: #F23D71;
}
</style>
background-color css
<style>
a { background-color: #F23D71; }
a { background-color: rgb(242,61,113); }
div.DivClassName
{
background-color: #F23D71;
}
.BgClassName
{
background-color: #F23D71;
}
</style>
border-color css
<style>
span { border-color: #F23D71; }
span { border-color: rgb(242,61,113); }
td.TdClassName
{
border-color: #F23D71;
}
.TagClassName
{
border-color: #F23D71;
}
</style>