Shades of Radical Red #F23858
Tints of Radical Red #F23858
RGB
CMYK
RGB Variations
Color information
#F23858 (or 0xF23858) is known color: Radical Red. HEX triplet: F2, 38 and 58. RGB value is (242,56,88). Sum of RGB (Red+Green+Blue) = 242+56+88=386 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.69% from 386); Green value is 56 (22.27% from 255 or 14.51% from 386); Blue value is 88 (34.77% from 255 or 22.80% from 386); Max value from RGB is 242 - color contains mainly: red. Hex color #F23858 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F23858 is #0DC7A7. Grayscale: #737373. Windows color (decimal): -903080 or 5781746. OLE color: 5781746.
HSL color Cylindrical-coordinate representation of color #F23858: hue angle of 349.68º 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 #F23858 is Cyan = 0, Magento = 0.77, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 56 | 88 | - |
| CMYK | 0 | 0.77 | 0.64 | 0.05 |
| HSL | 349.68º | 0.88% | 0.58% | - |
| HSV(B) | 349.68º | 0.77% | 0.95% | - |
| XYZ | 39.79 | 22.41 | 11.46 | - |
| YUV | 115.26 | 112.62 | 218.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 56 | 88 | 0 | 0.77 | 0.64 | 0.05 | 349.68 | 0.88 | 0.58 |
| Hex | F2 | 38 | 58 | 0 | 4D | 40 | 5 | 15E | 58 | 3A |
| Octal | 362 | 70 | 130 | 0 | 115 | 100 | 5 | 536 | 130 | 72 |
| Binary | 11110010 | 111000 | 1011000 | 0 | 1001101 | 1000000 | 101 | 101011110 | 1011000 | 111010 |
Color Harmonies of #F23858
Complementary color
Monochromatic Colors of #F23858
Black with #F23858
Text Example
Text Example
White with #F23858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23858; }
p { color: rgb(242,56,88); }
H1.HeaderClassName
{
color: #F23858;
}
.AnyTagClassName
{
color: #F23858;
}
</style>
background-color css
<style>
a { background-color: #F23858; }
a { background-color: rgb(242,56,88); }
div.DivClassName
{
background-color: #F23858;
}
.BgClassName
{
background-color: #F23858;
}
</style>
border-color css
<style>
span { border-color: #F23858; }
span { border-color: rgb(242,56,88); }
td.TdClassName
{
border-color: #F23858;
}
.TagClassName
{
border-color: #F23858;
}
</style>