Shades of Radical Red #F3325A
Tints of Radical Red #F3325A
RGB
CMYK
RGB Variations
Color information
#F3325A (or 0xF3325A) is known color: Radical Red. HEX triplet: F3, 32 and 5A. RGB value is (243,50,90). Sum of RGB (Red+Green+Blue) = 243+50+90=383 (50% of max value = 765). Red value is 243 (95.31% from 255 or 63.45% from 383); Green value is 50 (19.92% from 255 or 13.05% from 383); Blue value is 90 (35.55% from 255 or 23.50% from 383); Max value from RGB is 243 - color contains mainly: red. Hex color #F3325A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F3325A is #0CCDA5. Grayscale: #707070. Windows color (decimal): -839078 or 5911283. OLE color: 5911283.
HSL color Cylindrical-coordinate representation of color #F3325A: hue angle of 347.56º degrees, saturation: 0.89, 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 #F3325A is Cyan = 0, Magento = 0.79, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 50 | 90 | - |
| CMYK | 0 | 0.79 | 0.63 | 0.05 |
| HSL | 347.56º | 0.89% | 0.57% | - |
| HSV(B) | 347.56º | 0.79% | 0.95% | - |
| XYZ | 39.95 | 22.07 | 11.83 | - |
| YUV | 112.27 | 115.44 | 221.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 50 | 90 | 0 | 0.79 | 0.63 | 0.05 | 347.56 | 0.89 | 0.57 |
| Hex | F3 | 32 | 5A | 0 | 4F | 3F | 5 | 15C | 59 | 39 |
| Octal | 363 | 62 | 132 | 0 | 117 | 77 | 5 | 534 | 131 | 71 |
| Binary | 11110011 | 110010 | 1011010 | 0 | 1001111 | 111111 | 101 | 101011100 | 1011001 | 111001 |
Color Harmonies of #F3325A
Complementary color
Monochromatic Colors of #F3325A
Black with #F3325A
Text Example
Text Example
White with #F3325A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3325A; }
p { color: rgb(243,50,90); }
H1.HeaderClassName
{
color: #F3325A;
}
.AnyTagClassName
{
color: #F3325A;
}
</style>
background-color css
<style>
a { background-color: #F3325A; }
a { background-color: rgb(243,50,90); }
div.DivClassName
{
background-color: #F3325A;
}
.BgClassName
{
background-color: #F3325A;
}
</style>
border-color css
<style>
span { border-color: #F3325A; }
span { border-color: rgb(243,50,90); }
td.TdClassName
{
border-color: #F3325A;
}
.TagClassName
{
border-color: #F3325A;
}
</style>