Shades of Radical Red #F32365
Tints of Radical Red #F32365
RGB
CMYK
RGB Variations
Color information
#F32365 (or 0xF32365) is known color: Radical Red. HEX triplet: F3, 23 and 65. RGB value is (243,35,101). Sum of RGB (Red+Green+Blue) = 243+35+101=379 (50% of max value = 765). Red value is 243 (95.31% from 255 or 64.12% from 379); Green value is 35 (14.06% from 255 or 9.23% from 379); Blue value is 101 (39.84% from 255 or 26.65% from 379); Max value from RGB is 243 - color contains mainly: red. Hex color #F32365 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F32365 is #0CDC9A. Grayscale: #686868. Windows color (decimal): -842907 or 6628339. OLE color: 6628339.
HSL color Cylindrical-coordinate representation of color #F32365: hue angle of 340.96º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F32365 is Cyan = 0, Magento = 0.86, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 35 | 101 | - |
| CMYK | 0 | 0.86 | 0.58 | 0.05 |
| HSL | 340.96º | 0.9% | 0.55% | - |
| HSV(B) | 340.96º | 0.86% | 0.95% | - |
| XYZ | 39.91 | 21.2 | 14.3 | - |
| YUV | 104.72 | 125.91 | 226.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 35 | 101 | 0 | 0.86 | 0.58 | 0.05 | 340.96 | 0.9 | 0.55 |
| Hex | F3 | 23 | 65 | 0 | 56 | 3A | 5 | 155 | 5A | 37 |
| Octal | 363 | 43 | 145 | 0 | 126 | 72 | 5 | 525 | 132 | 67 |
| Binary | 11110011 | 100011 | 1100101 | 0 | 1010110 | 111010 | 101 | 101010101 | 1011010 | 110111 |
Color Harmonies of #F32365
Complementary color
Monochromatic Colors of #F32365
Black with #F32365
Text Example
Text Example
White with #F32365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32365; }
p { color: rgb(243,35,101); }
H1.HeaderClassName
{
color: #F32365;
}
.AnyTagClassName
{
color: #F32365;
}
</style>
background-color css
<style>
a { background-color: #F32365; }
a { background-color: rgb(243,35,101); }
div.DivClassName
{
background-color: #F32365;
}
.BgClassName
{
background-color: #F32365;
}
</style>
border-color css
<style>
span { border-color: #F32365; }
span { border-color: rgb(243,35,101); }
td.TdClassName
{
border-color: #F32365;
}
.TagClassName
{
border-color: #F32365;
}
</style>