Shades of Radical Red #F2355D
Tints of Radical Red #F2355D
RGB
CMYK
RGB Variations
Color information
#F2355D (or 0xF2355D) is known color: Radical Red. HEX triplet: F2, 35 and 5D. RGB value is (242,53,93). Sum of RGB (Red+Green+Blue) = 242+53+93=388 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.37% from 388); Green value is 53 (21.09% from 255 or 13.66% from 388); Blue value is 93 (36.72% from 255 or 23.97% from 388); Max value from RGB is 242 - color contains mainly: red. Hex color #F2355D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2355D is #0DCAA2. Grayscale: #727272. Windows color (decimal): -903843 or 6108658. OLE color: 6108658.
HSL color Cylindrical-coordinate representation of color #F2355D: hue angle of 347.3º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F2355D is Cyan = 0, Magento = 0.78, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 53 | 93 | - |
| CMYK | 0 | 0.78 | 0.62 | 0.05 |
| HSL | 347.3º | 0.88% | 0.58% | - |
| HSV(B) | 347.3º | 0.78% | 0.95% | - |
| XYZ | 39.87 | 22.21 | 12.54 | - |
| YUV | 114.07 | 116.12 | 219.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 53 | 93 | 0 | 0.78 | 0.62 | 0.05 | 347.3 | 0.88 | 0.58 |
| Hex | F2 | 35 | 5D | 0 | 4E | 3E | 5 | 15B | 58 | 3A |
| Octal | 362 | 65 | 135 | 0 | 116 | 76 | 5 | 533 | 130 | 72 |
| Binary | 11110010 | 110101 | 1011101 | 0 | 1001110 | 111110 | 101 | 101011011 | 1011000 | 111010 |
Color Harmonies of #F2355D
Complementary color
Monochromatic Colors of #F2355D
Black with #F2355D
Text Example
Text Example
White with #F2355D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2355D; }
p { color: rgb(242,53,93); }
H1.HeaderClassName
{
color: #F2355D;
}
.AnyTagClassName
{
color: #F2355D;
}
</style>
background-color css
<style>
a { background-color: #F2355D; }
a { background-color: rgb(242,53,93); }
div.DivClassName
{
background-color: #F2355D;
}
.BgClassName
{
background-color: #F2355D;
}
</style>
border-color css
<style>
span { border-color: #F2355D; }
span { border-color: rgb(242,53,93); }
td.TdClassName
{
border-color: #F2355D;
}
.TagClassName
{
border-color: #F2355D;
}
</style>