Shades of Radical Red #F32960
Tints of Radical Red #F32960
RGB
CMYK
RGB Variations
Color information
#F32960 (or 0xF32960) is known color: Radical Red. HEX triplet: F3, 29 and 60. RGB value is (243,41,96). Sum of RGB (Red+Green+Blue) = 243+41+96=380 (50% of max value = 765). Red value is 243 (95.31% from 255 or 63.95% from 380); Green value is 41 (16.41% from 255 or 10.79% from 380); Blue value is 96 (37.89% from 255 or 25.26% from 380); Max value from RGB is 243 - color contains mainly: red. Hex color #F32960 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F32960 is #0CD69F. Grayscale: #6B6B6B. Windows color (decimal): -841376 or 6302195. OLE color: 6302195.
HSL color Cylindrical-coordinate representation of color #F32960: hue angle of 343.66º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F32960 is Cyan = 0, Magento = 0.83, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 41 | 96 | - |
| CMYK | 0 | 0.83 | 0.60 | 0.05 |
| HSL | 343.66º | 0.89% | 0.56% | - |
| HSV(B) | 343.66º | 0.83% | 0.95% | - |
| XYZ | 39.87 | 21.49 | 13.11 | - |
| YUV | 107.67 | 121.42 | 224.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 41 | 96 | 0 | 0.83 | 0.60 | 0.05 | 343.66 | 0.89 | 0.56 |
| Hex | F3 | 29 | 60 | 0 | 53 | 3C | 5 | 158 | 59 | 38 |
| Octal | 363 | 51 | 140 | 0 | 123 | 74 | 5 | 530 | 131 | 70 |
| Binary | 11110011 | 101001 | 1100000 | 0 | 1010011 | 111100 | 101 | 101011000 | 1011001 | 111000 |
Color Harmonies of #F32960
Complementary color
Monochromatic Colors of #F32960
Black with #F32960
Text Example
Text Example
White with #F32960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32960; }
p { color: rgb(243,41,96); }
H1.HeaderClassName
{
color: #F32960;
}
.AnyTagClassName
{
color: #F32960;
}
</style>
background-color css
<style>
a { background-color: #F32960; }
a { background-color: rgb(243,41,96); }
div.DivClassName
{
background-color: #F32960;
}
.BgClassName
{
background-color: #F32960;
}
</style>
border-color css
<style>
span { border-color: #F32960; }
span { border-color: rgb(243,41,96); }
td.TdClassName
{
border-color: #F32960;
}
.TagClassName
{
border-color: #F32960;
}
</style>