Shades of Radical Red #F23D62
Tints of Radical Red #F23D62
RGB
CMYK
RGB Variations
Color information
#F23D62 (or 0xF23D62) is known color: Radical Red. HEX triplet: F2, 3D and 62. RGB value is (242,61,98). Sum of RGB (Red+Green+Blue) = 242+61+98=401 (53% of max value = 765). Red value is 242 (94.92% from 255 or 60.35% from 401); Green value is 61 (24.22% from 255 or 15.21% from 401); Blue value is 98 (38.67% from 255 or 24.44% from 401); Max value from RGB is 242 - color contains mainly: red. Hex color #F23D62 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F23D62 is #0DC29D. Grayscale: #777777. Windows color (decimal): -901790 or 6438386. OLE color: 6438386.
HSL color Cylindrical-coordinate representation of color #F23D62: hue angle of 347.73º 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 #F23D62 is Cyan = 0, Magento = 0.75, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 61 | 98 | - |
| CMYK | 0 | 0.75 | 0.60 | 0.05 |
| HSL | 347.73º | 0.87% | 0.59% | - |
| HSV(B) | 347.73º | 0.75% | 0.95% | - |
| XYZ | 40.49 | 23.1 | 13.88 | - |
| YUV | 119.34 | 115.97 | 215.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 61 | 98 | 0 | 0.75 | 0.60 | 0.05 | 347.73 | 0.87 | 0.59 |
| Hex | F2 | 3D | 62 | 0 | 4B | 3C | 5 | 15C | 57 | 3B |
| Octal | 362 | 75 | 142 | 0 | 113 | 74 | 5 | 534 | 127 | 73 |
| Binary | 11110010 | 111101 | 1100010 | 0 | 1001011 | 111100 | 101 | 101011100 | 1010111 | 111011 |
Color Harmonies of #F23D62
Complementary color
Monochromatic Colors of #F23D62
Black with #F23D62
Text Example
Text Example
White with #F23D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23D62; }
p { color: rgb(242,61,98); }
H1.HeaderClassName
{
color: #F23D62;
}
.AnyTagClassName
{
color: #F23D62;
}
</style>
background-color css
<style>
a { background-color: #F23D62; }
a { background-color: rgb(242,61,98); }
div.DivClassName
{
background-color: #F23D62;
}
.BgClassName
{
background-color: #F23D62;
}
</style>
border-color css
<style>
span { border-color: #F23D62; }
span { border-color: rgb(242,61,98); }
td.TdClassName
{
border-color: #F23D62;
}
.TagClassName
{
border-color: #F23D62;
}
</style>