Shades of Radical Red #F23B5C
Tints of Radical Red #F23B5C
RGB
CMYK
RGB Variations
Color information
#F23B5C (or 0xF23B5C) is known color: Radical Red. HEX triplet: F2, 3B and 5C. RGB value is (242,59,92). Sum of RGB (Red+Green+Blue) = 242+59+92=393 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.58% from 393); Green value is 59 (23.44% from 255 or 15.01% from 393); Blue value is 92 (36.33% from 255 or 23.41% from 393); Max value from RGB is 242 - color contains mainly: red. Hex color #F23B5C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F23B5C is #0DC4A3. Grayscale: #757575. Windows color (decimal): -902308 or 6044658. OLE color: 6044658.
HSL color Cylindrical-coordinate representation of color #F23B5C: hue angle of 349.18º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F23B5C is Cyan = 0, Magento = 0.76, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 59 | 92 | - |
| CMYK | 0 | 0.76 | 0.62 | 0.05 |
| HSL | 349.18º | 0.88% | 0.59% | - |
| HSV(B) | 349.18º | 0.76% | 0.95% | - |
| XYZ | 40.11 | 22.78 | 12.41 | - |
| YUV | 117.48 | 113.63 | 216.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 59 | 92 | 0 | 0.76 | 0.62 | 0.05 | 349.18 | 0.88 | 0.59 |
| Hex | F2 | 3B | 5C | 0 | 4C | 3E | 5 | 15D | 58 | 3B |
| Octal | 362 | 73 | 134 | 0 | 114 | 76 | 5 | 535 | 130 | 73 |
| Binary | 11110010 | 111011 | 1011100 | 0 | 1001100 | 111110 | 101 | 101011101 | 1011000 | 111011 |
Color Harmonies of #F23B5C
Complementary color
Monochromatic Colors of #F23B5C
Black with #F23B5C
Text Example
Text Example
White with #F23B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23B5C; }
p { color: rgb(242,59,92); }
H1.HeaderClassName
{
color: #F23B5C;
}
.AnyTagClassName
{
color: #F23B5C;
}
</style>
background-color css
<style>
a { background-color: #F23B5C; }
a { background-color: rgb(242,59,92); }
div.DivClassName
{
background-color: #F23B5C;
}
.BgClassName
{
background-color: #F23B5C;
}
</style>
border-color css
<style>
span { border-color: #F23B5C; }
span { border-color: rgb(242,59,92); }
td.TdClassName
{
border-color: #F23B5C;
}
.TagClassName
{
border-color: #F23B5C;
}
</style>