Shades of Radical Red #F32F5C
Tints of Radical Red #F32F5C
RGB
CMYK
RGB Variations
Color information
#F32F5C (or 0xF32F5C) is known color: Radical Red. HEX triplet: F3, 2F and 5C. RGB value is (243,47,92). Sum of RGB (Red+Green+Blue) = 243+47+92=382 (50% of max value = 765). Red value is 243 (95.31% from 255 or 63.61% from 382); Green value is 47 (18.75% from 255 or 12.30% from 382); Blue value is 92 (36.33% from 255 or 24.08% from 382); Max value from RGB is 243 - color contains mainly: red. Hex color #F32F5C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F32F5C is #0CD0A3. Grayscale: #6E6E6E. Windows color (decimal): -839844 or 6041587. OLE color: 6041587.
HSL color Cylindrical-coordinate representation of color #F32F5C: hue angle of 346.22º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F32F5C is Cyan = 0, Magento = 0.81, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 47 | 92 | - |
| CMYK | 0 | 0.81 | 0.62 | 0.05 |
| HSL | 346.22º | 0.89% | 0.57% | - |
| HSV(B) | 346.22º | 0.81% | 0.95% | - |
| XYZ | 39.91 | 21.86 | 12.24 | - |
| YUV | 110.73 | 117.43 | 222.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 47 | 92 | 0 | 0.81 | 0.62 | 0.05 | 346.22 | 0.89 | 0.57 |
| Hex | F3 | 2F | 5C | 0 | 51 | 3E | 5 | 15A | 59 | 39 |
| Octal | 363 | 57 | 134 | 0 | 121 | 76 | 5 | 532 | 131 | 71 |
| Binary | 11110011 | 101111 | 1011100 | 0 | 1010001 | 111110 | 101 | 101011010 | 1011001 | 111001 |
Color Harmonies of #F32F5C
Complementary color
Monochromatic Colors of #F32F5C
Black with #F32F5C
Text Example
Text Example
White with #F32F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32F5C; }
p { color: rgb(243,47,92); }
H1.HeaderClassName
{
color: #F32F5C;
}
.AnyTagClassName
{
color: #F32F5C;
}
</style>
background-color css
<style>
a { background-color: #F32F5C; }
a { background-color: rgb(243,47,92); }
div.DivClassName
{
background-color: #F32F5C;
}
.BgClassName
{
background-color: #F32F5C;
}
</style>
border-color css
<style>
span { border-color: #F32F5C; }
span { border-color: rgb(243,47,92); }
td.TdClassName
{
border-color: #F32F5C;
}
.TagClassName
{
border-color: #F32F5C;
}
</style>