Shades of Radical Red #F2285E
Tints of Radical Red #F2285E
RGB
CMYK
RGB Variations
Color information
#F2285E (or 0xF2285E) is known color: Radical Red. HEX triplet: F2, 28 and 5E. RGB value is (242,40,94). Sum of RGB (Red+Green+Blue) = 242+40+94=376 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.36% from 376); Green value is 40 (16.02% from 255 or 10.64% from 376); Blue value is 94 (37.11% from 255 or 25% from 376); Max value from RGB is 242 - color contains mainly: red. Hex color #F2285E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2285E is #0DD7A1. Grayscale: #6A6A6A. Windows color (decimal): -907170 or 6170866. OLE color: 6170866.
HSL color Cylindrical-coordinate representation of color #F2285E: hue angle of 343.96º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F2285E is Cyan = 0, Magento = 0.83, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 40 | 94 | - |
| CMYK | 0 | 0.83 | 0.61 | 0.05 |
| HSL | 343.96º | 0.89% | 0.55% | - |
| HSV(B) | 343.96º | 0.83% | 0.95% | - |
| XYZ | 39.4 | 21.2 | 12.61 | - |
| YUV | 106.55 | 120.92 | 224.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 40 | 94 | 0 | 0.83 | 0.61 | 0.05 | 343.96 | 0.89 | 0.55 |
| Hex | F2 | 28 | 5E | 0 | 53 | 3D | 5 | 158 | 59 | 37 |
| Octal | 362 | 50 | 136 | 0 | 123 | 75 | 5 | 530 | 131 | 67 |
| Binary | 11110010 | 101000 | 1011110 | 0 | 1010011 | 111101 | 101 | 101011000 | 1011001 | 110111 |
Color Harmonies of #F2285E
Complementary color
Monochromatic Colors of #F2285E
Black with #F2285E
Text Example
Text Example
White with #F2285E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2285E; }
p { color: rgb(242,40,94); }
H1.HeaderClassName
{
color: #F2285E;
}
.AnyTagClassName
{
color: #F2285E;
}
</style>
background-color css
<style>
a { background-color: #F2285E; }
a { background-color: rgb(242,40,94); }
div.DivClassName
{
background-color: #F2285E;
}
.BgClassName
{
background-color: #F2285E;
}
</style>
border-color css
<style>
span { border-color: #F2285E; }
span { border-color: rgb(242,40,94); }
td.TdClassName
{
border-color: #F2285E;
}
.TagClassName
{
border-color: #F2285E;
}
</style>