Shades of Radical Red #F2375B
Tints of Radical Red #F2375B
RGB
CMYK
RGB Variations
Color information
#F2375B (or 0xF2375B) is known color: Radical Red. HEX triplet: F2, 37 and 5B. RGB value is (242,55,91). Sum of RGB (Red+Green+Blue) = 242+55+91=388 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.37% from 388); Green value is 55 (21.88% from 255 or 14.18% from 388); Blue value is 91 (35.94% from 255 or 23.45% from 388); Max value from RGB is 242 - color contains mainly: red. Hex color #F2375B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2375B is #0DC8A4. Grayscale: #737373. Windows color (decimal): -903333 or 5978098. OLE color: 5978098.
HSL color Cylindrical-coordinate representation of color #F2375B: hue angle of 348.45º 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 #F2375B is Cyan = 0, Magento = 0.77, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 55 | 91 | - |
| CMYK | 0 | 0.77 | 0.62 | 0.05 |
| HSL | 348.45º | 0.88% | 0.58% | - |
| HSV(B) | 348.45º | 0.77% | 0.95% | - |
| XYZ | 39.87 | 22.36 | 12.11 | - |
| YUV | 115.02 | 114.45 | 218.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 55 | 91 | 0 | 0.77 | 0.62 | 0.05 | 348.45 | 0.88 | 0.58 |
| Hex | F2 | 37 | 5B | 0 | 4D | 3E | 5 | 15C | 58 | 3A |
| Octal | 362 | 67 | 133 | 0 | 115 | 76 | 5 | 534 | 130 | 72 |
| Binary | 11110010 | 110111 | 1011011 | 0 | 1001101 | 111110 | 101 | 101011100 | 1011000 | 111010 |
Color Harmonies of #F2375B
Complementary color
Monochromatic Colors of #F2375B
Black with #F2375B
Text Example
Text Example
White with #F2375B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2375B; }
p { color: rgb(242,55,91); }
H1.HeaderClassName
{
color: #F2375B;
}
.AnyTagClassName
{
color: #F2375B;
}
</style>
background-color css
<style>
a { background-color: #F2375B; }
a { background-color: rgb(242,55,91); }
div.DivClassName
{
background-color: #F2375B;
}
.BgClassName
{
background-color: #F2375B;
}
</style>
border-color css
<style>
span { border-color: #F2375B; }
span { border-color: rgb(242,55,91); }
td.TdClassName
{
border-color: #F2375B;
}
.TagClassName
{
border-color: #F2375B;
}
</style>