Shades of Radical Red #F32B5E
Tints of Radical Red #F32B5E
RGB
CMYK
RGB Variations
Color information
#F32B5E (or 0xF32B5E) is known color: Radical Red. HEX triplet: F3, 2B and 5E. RGB value is (243,43,94). Sum of RGB (Red+Green+Blue) = 243+43+94=380 (50% of max value = 765). Red value is 243 (95.31% from 255 or 63.95% from 380); Green value is 43 (17.19% from 255 or 11.32% from 380); Blue value is 94 (37.11% from 255 or 24.74% from 380); Max value from RGB is 243 - color contains mainly: red. Hex color #F32B5E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F32B5E is #0CD4A1. Grayscale: #6C6C6C. Windows color (decimal): -840866 or 6171635. OLE color: 6171635.
HSL color Cylindrical-coordinate representation of color #F32B5E: hue angle of 344.7º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F32B5E is Cyan = 0, Magento = 0.82, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 43 | 94 | - |
| CMYK | 0 | 0.82 | 0.61 | 0.05 |
| HSL | 344.7º | 0.89% | 0.56% | - |
| HSV(B) | 344.7º | 0.82% | 0.95% | - |
| XYZ | 39.85 | 21.59 | 12.66 | - |
| YUV | 108.61 | 119.76 | 223.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 43 | 94 | 0 | 0.82 | 0.61 | 0.05 | 344.7 | 0.89 | 0.56 |
| Hex | F3 | 2B | 5E | 0 | 52 | 3D | 5 | 159 | 59 | 38 |
| Octal | 363 | 53 | 136 | 0 | 122 | 75 | 5 | 531 | 131 | 70 |
| Binary | 11110011 | 101011 | 1011110 | 0 | 1010010 | 111101 | 101 | 101011001 | 1011001 | 111000 |
Color Harmonies of #F32B5E
Complementary color
Monochromatic Colors of #F32B5E
Black with #F32B5E
Text Example
Text Example
White with #F32B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32B5E; }
p { color: rgb(243,43,94); }
H1.HeaderClassName
{
color: #F32B5E;
}
.AnyTagClassName
{
color: #F32B5E;
}
</style>
background-color css
<style>
a { background-color: #F32B5E; }
a { background-color: rgb(243,43,94); }
div.DivClassName
{
background-color: #F32B5E;
}
.BgClassName
{
background-color: #F32B5E;
}
</style>
border-color css
<style>
span { border-color: #F32B5E; }
span { border-color: rgb(243,43,94); }
td.TdClassName
{
border-color: #F32B5E;
}
.TagClassName
{
border-color: #F32B5E;
}
</style>