Shades of Radical Red #F3345B
Tints of Radical Red #F3345B
RGB
CMYK
RGB Variations
Color information
#F3345B (or 0xF3345B) is known color: Radical Red. HEX triplet: F3, 34 and 5B. RGB value is (243,52,91). Sum of RGB (Red+Green+Blue) = 243+52+91=386 (51% of max value = 765). Red value is 243 (95.31% from 255 or 62.95% from 386); Green value is 52 (20.70% from 255 or 13.47% from 386); Blue value is 91 (35.94% from 255 or 23.58% from 386); Max value from RGB is 243 - color contains mainly: red. Hex color #F3345B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F3345B is #0CCBA4. Grayscale: #717171. Windows color (decimal): -838565 or 5977331. OLE color: 5977331.
HSL color Cylindrical-coordinate representation of color #F3345B: hue angle of 347.75º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F3345B is Cyan = 0, Magento = 0.79, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 52 | 91 | - |
| CMYK | 0 | 0.79 | 0.63 | 0.05 |
| HSL | 347.75º | 0.89% | 0.58% | - |
| HSV(B) | 347.75º | 0.79% | 0.95% | - |
| XYZ | 40.08 | 22.27 | 12.08 | - |
| YUV | 113.56 | 115.28 | 220.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 52 | 91 | 0 | 0.79 | 0.63 | 0.05 | 347.75 | 0.89 | 0.58 |
| Hex | F3 | 34 | 5B | 0 | 4F | 3F | 5 | 15C | 59 | 3A |
| Octal | 363 | 64 | 133 | 0 | 117 | 77 | 5 | 534 | 131 | 72 |
| Binary | 11110011 | 110100 | 1011011 | 0 | 1001111 | 111111 | 101 | 101011100 | 1011001 | 111010 |
Color Harmonies of #F3345B
Complementary color
Monochromatic Colors of #F3345B
Black with #F3345B
Text Example
Text Example
White with #F3345B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3345B; }
p { color: rgb(243,52,91); }
H1.HeaderClassName
{
color: #F3345B;
}
.AnyTagClassName
{
color: #F3345B;
}
</style>
background-color css
<style>
a { background-color: #F3345B; }
a { background-color: rgb(243,52,91); }
div.DivClassName
{
background-color: #F3345B;
}
.BgClassName
{
background-color: #F3345B;
}
</style>
border-color css
<style>
span { border-color: #F3345B; }
span { border-color: rgb(243,52,91); }
td.TdClassName
{
border-color: #F3345B;
}
.TagClassName
{
border-color: #F3345B;
}
</style>