Shades of Radical Red #F23D54
Tints of Radical Red #F23D54
RGB
CMYK
RGB Variations
Color information
#F23D54 (or 0xF23D54) is known color: Radical Red. HEX triplet: F2, 3D and 54. RGB value is (242,61,84). Sum of RGB (Red+Green+Blue) = 242+61+84=387 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.53% from 387); Green value is 61 (24.22% from 255 or 15.76% from 387); Blue value is 84 (33.20% from 255 or 21.71% from 387); Max value from RGB is 242 - color contains mainly: red. Hex color #F23D54 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F23D54 is #0DC2AB. Grayscale: #757575. Windows color (decimal): -901804 or 5520882. OLE color: 5520882.
HSL color Cylindrical-coordinate representation of color #F23D54: hue angle of 352.38º 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 #F23D54 is Cyan = 0, Magento = 0.75, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 61 | 84 | - |
| CMYK | 0 | 0.75 | 0.65 | 0.05 |
| HSL | 352.38º | 0.87% | 0.59% | - |
| HSV(B) | 352.38º | 0.75% | 0.95% | - |
| XYZ | 39.89 | 22.85 | 10.7 | - |
| YUV | 117.74 | 108.97 | 216.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 61 | 84 | 0 | 0.75 | 0.65 | 0.05 | 352.38 | 0.87 | 0.59 |
| Hex | F2 | 3D | 54 | 0 | 4B | 41 | 5 | 160 | 57 | 3B |
| Octal | 362 | 75 | 124 | 0 | 113 | 101 | 5 | 540 | 127 | 73 |
| Binary | 11110010 | 111101 | 1010100 | 0 | 1001011 | 1000001 | 101 | 101100000 | 1010111 | 111011 |
Color Harmonies of #F23D54
Complementary color
Monochromatic Colors of #F23D54
Black with #F23D54
Text Example
Text Example
White with #F23D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23D54; }
p { color: rgb(242,61,84); }
H1.HeaderClassName
{
color: #F23D54;
}
.AnyTagClassName
{
color: #F23D54;
}
</style>
background-color css
<style>
a { background-color: #F23D54; }
a { background-color: rgb(242,61,84); }
div.DivClassName
{
background-color: #F23D54;
}
.BgClassName
{
background-color: #F23D54;
}
</style>
border-color css
<style>
span { border-color: #F23D54; }
span { border-color: rgb(242,61,84); }
td.TdClassName
{
border-color: #F23D54;
}
.TagClassName
{
border-color: #F23D54;
}
</style>