Shades of Radical Red #F2325B
Tints of Radical Red #F2325B
RGB
CMYK
RGB Variations
Color information
#F2325B (or 0xF2325B) is known color: Radical Red. HEX triplet: F2, 32 and 5B. RGB value is (242,50,91). Sum of RGB (Red+Green+Blue) = 242+50+91=383 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.19% from 383); Green value is 50 (19.92% from 255 or 13.05% from 383); Blue value is 91 (35.94% from 255 or 23.76% from 383); Max value from RGB is 242 - color contains mainly: red. Hex color #F2325B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2325B is #0DCDA4. Grayscale: #707070. Windows color (decimal): -904613 or 5976818. OLE color: 5976818.
HSL color Cylindrical-coordinate representation of color #F2325B: hue angle of 347.19º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F2325B is Cyan = 0, Magento = 0.79, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 50 | 91 | - |
| CMYK | 0 | 0.79 | 0.62 | 0.05 |
| HSL | 347.19º | 0.88% | 0.57% | - |
| HSV(B) | 347.19º | 0.79% | 0.95% | - |
| XYZ | 39.65 | 21.91 | 12.04 | - |
| YUV | 112.08 | 116.11 | 220.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 50 | 91 | 0 | 0.79 | 0.62 | 0.05 | 347.19 | 0.88 | 0.57 |
| Hex | F2 | 32 | 5B | 0 | 4F | 3E | 5 | 15B | 58 | 39 |
| Octal | 362 | 62 | 133 | 0 | 117 | 76 | 5 | 533 | 130 | 71 |
| Binary | 11110010 | 110010 | 1011011 | 0 | 1001111 | 111110 | 101 | 101011011 | 1011000 | 111001 |
Color Harmonies of #F2325B
Complementary color
Monochromatic Colors of #F2325B
Black with #F2325B
Text Example
Text Example
White with #F2325B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2325B; }
p { color: rgb(242,50,91); }
H1.HeaderClassName
{
color: #F2325B;
}
.AnyTagClassName
{
color: #F2325B;
}
</style>
background-color css
<style>
a { background-color: #F2325B; }
a { background-color: rgb(242,50,91); }
div.DivClassName
{
background-color: #F2325B;
}
.BgClassName
{
background-color: #F2325B;
}
</style>
border-color css
<style>
span { border-color: #F2325B; }
span { border-color: rgb(242,50,91); }
td.TdClassName
{
border-color: #F2325B;
}
.TagClassName
{
border-color: #F2325B;
}
</style>