Shades of Radical Red #F23D5A
Tints of Radical Red #F23D5A
RGB
CMYK
RGB Variations
Color information
#F23D5A (or 0xF23D5A) is known color: Radical Red. HEX triplet: F2, 3D and 5A. RGB value is (242,61,90). Sum of RGB (Red+Green+Blue) = 242+61+90=393 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.58% from 393); Green value is 61 (24.22% from 255 or 15.52% from 393); Blue value is 90 (35.55% from 255 or 22.90% from 393); Max value from RGB is 242 - color contains mainly: red. Hex color #F23D5A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F23D5A is #0DC2A5. Grayscale: #767676. Windows color (decimal): -901798 or 5914098. OLE color: 5914098.
HSL color Cylindrical-coordinate representation of color #F23D5A: hue angle of 350.39º 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 #F23D5A is Cyan = 0, Magento = 0.75, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 61 | 90 | - |
| CMYK | 0 | 0.75 | 0.63 | 0.05 |
| HSL | 350.39º | 0.87% | 0.59% | - |
| HSV(B) | 350.39º | 0.75% | 0.95% | - |
| XYZ | 40.13 | 22.95 | 11.99 | - |
| YUV | 118.43 | 111.97 | 216.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 61 | 90 | 0 | 0.75 | 0.63 | 0.05 | 350.39 | 0.87 | 0.59 |
| Hex | F2 | 3D | 5A | 0 | 4B | 3F | 5 | 15E | 57 | 3B |
| Octal | 362 | 75 | 132 | 0 | 113 | 77 | 5 | 536 | 127 | 73 |
| Binary | 11110010 | 111101 | 1011010 | 0 | 1001011 | 111111 | 101 | 101011110 | 1010111 | 111011 |
Color Harmonies of #F23D5A
Complementary color
Monochromatic Colors of #F23D5A
Black with #F23D5A
Text Example
Text Example
White with #F23D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23D5A; }
p { color: rgb(242,61,90); }
H1.HeaderClassName
{
color: #F23D5A;
}
.AnyTagClassName
{
color: #F23D5A;
}
</style>
background-color css
<style>
a { background-color: #F23D5A; }
a { background-color: rgb(242,61,90); }
div.DivClassName
{
background-color: #F23D5A;
}
.BgClassName
{
background-color: #F23D5A;
}
</style>
border-color css
<style>
span { border-color: #F23D5A; }
span { border-color: rgb(242,61,90); }
td.TdClassName
{
border-color: #F23D5A;
}
.TagClassName
{
border-color: #F23D5A;
}
</style>