Shades of Radical Red #F2355F
Tints of Radical Red #F2355F
RGB
CMYK
RGB Variations
Color information
#F2355F (or 0xF2355F) is known color: Radical Red. HEX triplet: F2, 35 and 5F. RGB value is (242,53,95). Sum of RGB (Red+Green+Blue) = 242+53+95=390 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.05% from 390); Green value is 53 (21.09% from 255 or 13.59% from 390); Blue value is 95 (37.5% from 255 or 24.36% from 390); Max value from RGB is 242 - color contains mainly: red. Hex color #F2355F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2355F is #0DCAA0. Grayscale: #727272. Windows color (decimal): -903841 or 6239730. OLE color: 6239730.
HSL color Cylindrical-coordinate representation of color #F2355F: hue angle of 346.67º 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 #F2355F is Cyan = 0, Magento = 0.78, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 53 | 95 | - |
| CMYK | 0 | 0.78 | 0.61 | 0.05 |
| HSL | 346.67º | 0.88% | 0.58% | - |
| HSV(B) | 346.67º | 0.78% | 0.95% | - |
| XYZ | 39.96 | 22.25 | 13.02 | - |
| YUV | 114.3 | 117.12 | 219.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 53 | 95 | 0 | 0.78 | 0.61 | 0.05 | 346.67 | 0.88 | 0.58 |
| Hex | F2 | 35 | 5F | 0 | 4E | 3D | 5 | 15B | 58 | 3A |
| Octal | 362 | 65 | 137 | 0 | 116 | 75 | 5 | 533 | 130 | 72 |
| Binary | 11110010 | 110101 | 1011111 | 0 | 1001110 | 111101 | 101 | 101011011 | 1011000 | 111010 |
Color Harmonies of #F2355F
Complementary color
Monochromatic Colors of #F2355F
Black with #F2355F
Text Example
Text Example
White with #F2355F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2355F; }
p { color: rgb(242,53,95); }
H1.HeaderClassName
{
color: #F2355F;
}
.AnyTagClassName
{
color: #F2355F;
}
</style>
background-color css
<style>
a { background-color: #F2355F; }
a { background-color: rgb(242,53,95); }
div.DivClassName
{
background-color: #F2355F;
}
.BgClassName
{
background-color: #F2355F;
}
</style>
border-color css
<style>
span { border-color: #F2355F; }
span { border-color: rgb(242,53,95); }
td.TdClassName
{
border-color: #F2355F;
}
.TagClassName
{
border-color: #F2355F;
}
</style>