Shades of Radical Red #F2385E
Tints of Radical Red #F2385E
RGB
CMYK
RGB Variations
Color information
#F2385E (or 0xF2385E) is known color: Radical Red. HEX triplet: F2, 38 and 5E. RGB value is (242,56,94). Sum of RGB (Red+Green+Blue) = 242+56+94=392 (51% of max value = 765). Red value is 242 (94.92% from 255 or 61.73% from 392); Green value is 56 (22.27% from 255 or 14.29% from 392); Blue value is 94 (37.11% from 255 or 23.98% from 392); Max value from RGB is 242 - color contains mainly: red. Hex color #F2385E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2385E is #0DC7A1. Grayscale: #737373. Windows color (decimal): -903074 or 6174962. OLE color: 6174962.
HSL color Cylindrical-coordinate representation of color #F2385E: hue angle of 347.74º 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 #F2385E is Cyan = 0, Magento = 0.77, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 56 | 94 | - |
| CMYK | 0 | 0.77 | 0.61 | 0.05 |
| HSL | 347.74º | 0.88% | 0.58% | - |
| HSV(B) | 347.74º | 0.77% | 0.95% | - |
| XYZ | 40.05 | 22.51 | 12.82 | - |
| YUV | 115.95 | 115.62 | 217.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 56 | 94 | 0 | 0.77 | 0.61 | 0.05 | 347.74 | 0.88 | 0.58 |
| Hex | F2 | 38 | 5E | 0 | 4D | 3D | 5 | 15C | 58 | 3A |
| Octal | 362 | 70 | 136 | 0 | 115 | 75 | 5 | 534 | 130 | 72 |
| Binary | 11110010 | 111000 | 1011110 | 0 | 1001101 | 111101 | 101 | 101011100 | 1011000 | 111010 |
Color Harmonies of #F2385E
Complementary color
Monochromatic Colors of #F2385E
Black with #F2385E
Text Example
Text Example
White with #F2385E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2385E; }
p { color: rgb(242,56,94); }
H1.HeaderClassName
{
color: #F2385E;
}
.AnyTagClassName
{
color: #F2385E;
}
</style>
background-color css
<style>
a { background-color: #F2385E; }
a { background-color: rgb(242,56,94); }
div.DivClassName
{
background-color: #F2385E;
}
.BgClassName
{
background-color: #F2385E;
}
</style>
border-color css
<style>
span { border-color: #F2385E; }
span { border-color: rgb(242,56,94); }
td.TdClassName
{
border-color: #F2385E;
}
.TagClassName
{
border-color: #F2385E;
}
</style>