Shades of Radical Red #F2356F
Tints of Radical Red #F2356F
RGB
CMYK
RGB Variations
Color information
#F2356F (or 0xF2356F) is known color: Radical Red. HEX triplet: F2, 35 and 6F. RGB value is (242,53,111). Sum of RGB (Red+Green+Blue) = 242+53+111=406 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.61% from 406); Green value is 53 (21.09% from 255 or 13.05% from 406); Blue value is 111 (43.75% from 255 or 27.34% from 406); Max value from RGB is 242 - color contains mainly: red. Hex color #F2356F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2356F is #0DCA90. Grayscale: #747474. Windows color (decimal): -903825 or 7288306. OLE color: 7288306.
HSL color Cylindrical-coordinate representation of color #F2356F: hue angle of 341.59º 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 #F2356F is Cyan = 0, Magento = 0.78, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 53 | 111 | - |
| CMYK | 0 | 0.78 | 0.54 | 0.05 |
| HSL | 341.59º | 0.88% | 0.58% | - |
| HSV(B) | 341.59º | 0.78% | 0.95% | - |
| XYZ | 40.76 | 22.57 | 17.25 | - |
| YUV | 116.12 | 125.12 | 217.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 53 | 111 | 0 | 0.78 | 0.54 | 0.05 | 341.59 | 0.88 | 0.58 |
| Hex | F2 | 35 | 6F | 0 | 4E | 36 | 5 | 156 | 58 | 3A |
| Octal | 362 | 65 | 157 | 0 | 116 | 66 | 5 | 526 | 130 | 72 |
| Binary | 11110010 | 110101 | 1101111 | 0 | 1001110 | 110110 | 101 | 101010110 | 1011000 | 111010 |
Color Harmonies of #F2356F
Complementary color
Monochromatic Colors of #F2356F
Black with #F2356F
Text Example
Text Example
White with #F2356F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2356F; }
p { color: rgb(242,53,111); }
H1.HeaderClassName
{
color: #F2356F;
}
.AnyTagClassName
{
color: #F2356F;
}
</style>
background-color css
<style>
a { background-color: #F2356F; }
a { background-color: rgb(242,53,111); }
div.DivClassName
{
background-color: #F2356F;
}
.BgClassName
{
background-color: #F2356F;
}
</style>
border-color css
<style>
span { border-color: #F2356F; }
span { border-color: rgb(242,53,111); }
td.TdClassName
{
border-color: #F2356F;
}
.TagClassName
{
border-color: #F2356F;
}
</style>