Shades of Radical Red #F23D50
Tints of Radical Red #F23D50
RGB
CMYK
RGB Variations
Color information
#F23D50 (or 0xF23D50) is known color: Radical Red. HEX triplet: F2, 3D and 50. RGB value is (242,61,80). Sum of RGB (Red+Green+Blue) = 242+61+80=383 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.19% from 383); Green value is 61 (24.22% from 255 or 15.93% from 383); Blue value is 80 (31.64% from 255 or 20.89% from 383); Max value from RGB is 242 - color contains mainly: red. Hex color #F23D50 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F23D50 is #0DC2AF. Grayscale: #757575. Windows color (decimal): -901808 or 5258738. OLE color: 5258738.
HSL color Cylindrical-coordinate representation of color #F23D50: hue angle of 353.7º 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 #F23D50 is Cyan = 0, Magento = 0.75, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 61 | 80 | - |
| CMYK | 0 | 0.75 | 0.67 | 0.05 |
| HSL | 353.7º | 0.87% | 0.59% | - |
| HSV(B) | 353.7º | 0.75% | 0.95% | - |
| XYZ | 39.73 | 22.79 | 9.89 | - |
| YUV | 117.29 | 106.97 | 216.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 61 | 80 | 0 | 0.75 | 0.67 | 0.05 | 353.7 | 0.87 | 0.59 |
| Hex | F2 | 3D | 50 | 0 | 4B | 43 | 5 | 162 | 57 | 3B |
| Octal | 362 | 75 | 120 | 0 | 113 | 103 | 5 | 542 | 127 | 73 |
| Binary | 11110010 | 111101 | 1010000 | 0 | 1001011 | 1000011 | 101 | 101100010 | 1010111 | 111011 |
Color Harmonies of #F23D50
Complementary color
Monochromatic Colors of #F23D50
Black with #F23D50
Text Example
Text Example
White with #F23D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23D50; }
p { color: rgb(242,61,80); }
H1.HeaderClassName
{
color: #F23D50;
}
.AnyTagClassName
{
color: #F23D50;
}
</style>
background-color css
<style>
a { background-color: #F23D50; }
a { background-color: rgb(242,61,80); }
div.DivClassName
{
background-color: #F23D50;
}
.BgClassName
{
background-color: #F23D50;
}
</style>
border-color css
<style>
span { border-color: #F23D50; }
span { border-color: rgb(242,61,80); }
td.TdClassName
{
border-color: #F23D50;
}
.TagClassName
{
border-color: #F23D50;
}
</style>