Shades of Radical Red #F2375E
Tints of Radical Red #F2375E
RGB
CMYK
RGB Variations
Color information
#F2375E (or 0xF2375E) is known color: Radical Red. HEX triplet: F2, 37 and 5E. RGB value is (242,55,94). Sum of RGB (Red+Green+Blue) = 242+55+94=391 (51% of max value = 765). Red value is 242 (94.92% from 255 or 61.89% from 391); Green value is 55 (21.88% from 255 or 14.07% from 391); Blue value is 94 (37.11% from 255 or 24.04% from 391); Max value from RGB is 242 - color contains mainly: red. Hex color #F2375E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2375E is #0DC8A1. Grayscale: #737373. Windows color (decimal): -903330 or 6174706. OLE color: 6174706.
HSL color Cylindrical-coordinate representation of color #F2375E: hue angle of 347.49º 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 #F2375E is Cyan = 0, Magento = 0.77, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 55 | 94 | - |
| CMYK | 0 | 0.77 | 0.61 | 0.05 |
| HSL | 347.49º | 0.88% | 0.58% | - |
| HSV(B) | 347.49º | 0.77% | 0.95% | - |
| XYZ | 40 | 22.42 | 12.81 | - |
| YUV | 115.36 | 115.95 | 218.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 55 | 94 | 0 | 0.77 | 0.61 | 0.05 | 347.49 | 0.88 | 0.58 |
| Hex | F2 | 37 | 5E | 0 | 4D | 3D | 5 | 15B | 58 | 3A |
| Octal | 362 | 67 | 136 | 0 | 115 | 75 | 5 | 533 | 130 | 72 |
| Binary | 11110010 | 110111 | 1011110 | 0 | 1001101 | 111101 | 101 | 101011011 | 1011000 | 111010 |
Color Harmonies of #F2375E
Complementary color
Monochromatic Colors of #F2375E
Black with #F2375E
Text Example
Text Example
White with #F2375E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2375E; }
p { color: rgb(242,55,94); }
H1.HeaderClassName
{
color: #F2375E;
}
.AnyTagClassName
{
color: #F2375E;
}
</style>
background-color css
<style>
a { background-color: #F2375E; }
a { background-color: rgb(242,55,94); }
div.DivClassName
{
background-color: #F2375E;
}
.BgClassName
{
background-color: #F2375E;
}
</style>
border-color css
<style>
span { border-color: #F2375E; }
span { border-color: rgb(242,55,94); }
td.TdClassName
{
border-color: #F2375E;
}
.TagClassName
{
border-color: #F2375E;
}
</style>