Shades of Radical Red #F2376D
Tints of Radical Red #F2376D
RGB
CMYK
RGB Variations
Color information
#F2376D (or 0xF2376D) is known color: Radical Red. HEX triplet: F2, 37 and 6D. RGB value is (242,55,109). Sum of RGB (Red+Green+Blue) = 242+55+109=406 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.61% from 406); Green value is 55 (21.88% from 255 or 13.55% from 406); Blue value is 109 (42.97% from 255 or 26.85% from 406); Max value from RGB is 242 - color contains mainly: red. Hex color #F2376D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2376D is #0DC892. Grayscale: #757575. Windows color (decimal): -903315 or 7157746. OLE color: 7157746.
HSL color Cylindrical-coordinate representation of color #F2376D: hue angle of 342.67º 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 #F2376D is Cyan = 0, Magento = 0.77, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 55 | 109 | - |
| CMYK | 0 | 0.77 | 0.55 | 0.05 |
| HSL | 342.67º | 0.88% | 0.58% | - |
| HSV(B) | 342.67º | 0.77% | 0.95% | - |
| XYZ | 40.74 | 22.71 | 16.7 | - |
| YUV | 117.07 | 123.45 | 217.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 55 | 109 | 0 | 0.77 | 0.55 | 0.05 | 342.67 | 0.88 | 0.58 |
| Hex | F2 | 37 | 6D | 0 | 4D | 37 | 5 | 157 | 58 | 3A |
| Octal | 362 | 67 | 155 | 0 | 115 | 67 | 5 | 527 | 130 | 72 |
| Binary | 11110010 | 110111 | 1101101 | 0 | 1001101 | 110111 | 101 | 101010111 | 1011000 | 111010 |
Color Harmonies of #F2376D
Complementary color
Monochromatic Colors of #F2376D
Black with #F2376D
Text Example
Text Example
White with #F2376D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2376D; }
p { color: rgb(242,55,109); }
H1.HeaderClassName
{
color: #F2376D;
}
.AnyTagClassName
{
color: #F2376D;
}
</style>
background-color css
<style>
a { background-color: #F2376D; }
a { background-color: rgb(242,55,109); }
div.DivClassName
{
background-color: #F2376D;
}
.BgClassName
{
background-color: #F2376D;
}
</style>
border-color css
<style>
span { border-color: #F2376D; }
span { border-color: rgb(242,55,109); }
td.TdClassName
{
border-color: #F2376D;
}
.TagClassName
{
border-color: #F2376D;
}
</style>