Shades of Radical Red #F23857
Tints of Radical Red #F23857
RGB
CMYK
RGB Variations
Color information
#F23857 (or 0xF23857) is known color: Radical Red. HEX triplet: F2, 38 and 57. RGB value is (242,56,87). Sum of RGB (Red+Green+Blue) = 242+56+87=385 (50% of max value = 765). Red value is 242 (94.92% from 255 or 62.86% from 385); Green value is 56 (22.27% from 255 or 14.55% from 385); Blue value is 87 (34.38% from 255 or 22.60% from 385); Max value from RGB is 242 - color contains mainly: red. Hex color #F23857 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F23857 is #0DC7A8. Grayscale: #737373. Windows color (decimal): -903081 or 5716210. OLE color: 5716210.
HSL color Cylindrical-coordinate representation of color #F23857: hue angle of 350º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F23857 is Cyan = 0, Magento = 0.77, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 56 | 87 | - |
| CMYK | 0 | 0.77 | 0.64 | 0.05 |
| HSL | 350º | 0.88% | 0.58% | - |
| HSV(B) | 350º | 0.77% | 0.95% | - |
| XYZ | 39.75 | 22.39 | 11.24 | - |
| YUV | 115.15 | 112.12 | 218.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 56 | 87 | 0 | 0.77 | 0.64 | 0.05 | 350 | 0.88 | 0.58 |
| Hex | F2 | 38 | 57 | 0 | 4D | 40 | 5 | 15E | 58 | 3A |
| Octal | 362 | 70 | 127 | 0 | 115 | 100 | 5 | 536 | 130 | 72 |
| Binary | 11110010 | 111000 | 1010111 | 0 | 1001101 | 1000000 | 101 | 101011110 | 1011000 | 111010 |
Color Harmonies of #F23857
Complementary color
Monochromatic Colors of #F23857
Black with #F23857
Text Example
Text Example
White with #F23857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23857; }
p { color: rgb(242,56,87); }
H1.HeaderClassName
{
color: #F23857;
}
.AnyTagClassName
{
color: #F23857;
}
</style>
background-color css
<style>
a { background-color: #F23857; }
a { background-color: rgb(242,56,87); }
div.DivClassName
{
background-color: #F23857;
}
.BgClassName
{
background-color: #F23857;
}
</style>
border-color css
<style>
span { border-color: #F23857; }
span { border-color: rgb(242,56,87); }
td.TdClassName
{
border-color: #F23857;
}
.TagClassName
{
border-color: #F23857;
}
</style>