Shades of Radical Red #F3325C
Tints of Radical Red #F3325C
RGB
CMYK
RGB Variations
Color information
#F3325C (or 0xF3325C) is known color: Radical Red. HEX triplet: F3, 32 and 5C. RGB value is (243,50,92). Sum of RGB (Red+Green+Blue) = 243+50+92=385 (50% of max value = 765). Red value is 243 (95.31% from 255 or 63.12% from 385); Green value is 50 (19.92% from 255 or 12.99% from 385); Blue value is 92 (36.33% from 255 or 23.90% from 385); Max value from RGB is 243 - color contains mainly: red. Hex color #F3325C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F3325C is #0CCDA3. Grayscale: #707070. Windows color (decimal): -839076 or 6042355. OLE color: 6042355.
HSL color Cylindrical-coordinate representation of color #F3325C: hue angle of 346.94º 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 #F3325C is Cyan = 0, Magento = 0.79, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 50 | 92 | - |
| CMYK | 0 | 0.79 | 0.62 | 0.05 |
| HSL | 346.94º | 0.89% | 0.57% | - |
| HSV(B) | 346.94º | 0.79% | 0.95% | - |
| XYZ | 40.03 | 22.11 | 12.28 | - |
| YUV | 112.5 | 116.44 | 221.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 50 | 92 | 0 | 0.79 | 0.62 | 0.05 | 346.94 | 0.89 | 0.57 |
| Hex | F3 | 32 | 5C | 0 | 4F | 3E | 5 | 15B | 59 | 39 |
| Octal | 363 | 62 | 134 | 0 | 117 | 76 | 5 | 533 | 131 | 71 |
| Binary | 11110011 | 110010 | 1011100 | 0 | 1001111 | 111110 | 101 | 101011011 | 1011001 | 111001 |
Color Harmonies of #F3325C
Complementary color
Monochromatic Colors of #F3325C
Black with #F3325C
Text Example
Text Example
White with #F3325C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3325C; }
p { color: rgb(243,50,92); }
H1.HeaderClassName
{
color: #F3325C;
}
.AnyTagClassName
{
color: #F3325C;
}
</style>
background-color css
<style>
a { background-color: #F3325C; }
a { background-color: rgb(243,50,92); }
div.DivClassName
{
background-color: #F3325C;
}
.BgClassName
{
background-color: #F3325C;
}
</style>
border-color css
<style>
span { border-color: #F3325C; }
span { border-color: rgb(243,50,92); }
td.TdClassName
{
border-color: #F3325C;
}
.TagClassName
{
border-color: #F3325C;
}
</style>