Shades of Radical Red #F2255F
Tints of Radical Red #F2255F
RGB
CMYK
RGB Variations
Color information
#F2255F (or 0xF2255F) is known color: Radical Red. HEX triplet: F2, 25 and 5F. RGB value is (242,37,95). Sum of RGB (Red+Green+Blue) = 242+37+95=374 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.71% from 374); Green value is 37 (14.84% from 255 or 9.89% from 374); Blue value is 95 (37.5% from 255 or 25.40% from 374); Max value from RGB is 242 - color contains mainly: red. Hex color #F2255F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2255F is #0DDAA0. Grayscale: #686868. Windows color (decimal): -907937 or 6235634. OLE color: 6235634.
HSL color Cylindrical-coordinate representation of color #F2255F: hue angle of 343.02º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F2255F is Cyan = 0, Magento = 0.85, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 37 | 95 | - |
| CMYK | 0 | 0.85 | 0.61 | 0.05 |
| HSL | 343.02º | 0.89% | 0.55% | - |
| HSV(B) | 343.02º | 0.85% | 0.95% | - |
| XYZ | 39.35 | 21.03 | 12.81 | - |
| YUV | 104.91 | 122.42 | 225.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 37 | 95 | 0 | 0.85 | 0.61 | 0.05 | 343.02 | 0.89 | 0.55 |
| Hex | F2 | 25 | 5F | 0 | 55 | 3D | 5 | 157 | 59 | 37 |
| Octal | 362 | 45 | 137 | 0 | 125 | 75 | 5 | 527 | 131 | 67 |
| Binary | 11110010 | 100101 | 1011111 | 0 | 1010101 | 111101 | 101 | 101010111 | 1011001 | 110111 |
Color Harmonies of #F2255F
Complementary color
Monochromatic Colors of #F2255F
Black with #F2255F
Text Example
Text Example
White with #F2255F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2255F; }
p { color: rgb(242,37,95); }
H1.HeaderClassName
{
color: #F2255F;
}
.AnyTagClassName
{
color: #F2255F;
}
</style>
background-color css
<style>
a { background-color: #F2255F; }
a { background-color: rgb(242,37,95); }
div.DivClassName
{
background-color: #F2255F;
}
.BgClassName
{
background-color: #F2255F;
}
</style>
border-color css
<style>
span { border-color: #F2255F; }
span { border-color: rgb(242,37,95); }
td.TdClassName
{
border-color: #F2255F;
}
.TagClassName
{
border-color: #F2255F;
}
</style>