Shades of Radical Red #F32565
Tints of Radical Red #F32565
RGB
CMYK
RGB Variations
Color information
#F32565 (or 0xF32565) is known color: Radical Red. HEX triplet: F3, 25 and 65. RGB value is (243,37,101). Sum of RGB (Red+Green+Blue) = 243+37+101=381 (50% of max value = 765). Red value is 243 (95.31% from 255 or 63.78% from 381); Green value is 37 (14.84% from 255 or 9.71% from 381); Blue value is 101 (39.84% from 255 or 26.51% from 381); Max value from RGB is 243 - color contains mainly: red. Hex color #F32565 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F32565 is #0CDA9A. Grayscale: #696969. Windows color (decimal): -842395 or 6628851. OLE color: 6628851.
HSL color Cylindrical-coordinate representation of color #F32565: hue angle of 341.36º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F32565 is Cyan = 0, Magento = 0.85, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 37 | 101 | - |
| CMYK | 0 | 0.85 | 0.58 | 0.05 |
| HSL | 341.36º | 0.9% | 0.55% | - |
| HSV(B) | 341.36º | 0.85% | 0.95% | - |
| XYZ | 39.97 | 21.32 | 14.32 | - |
| YUV | 105.89 | 125.25 | 225.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 37 | 101 | 0 | 0.85 | 0.58 | 0.05 | 341.36 | 0.9 | 0.55 |
| Hex | F3 | 25 | 65 | 0 | 55 | 3A | 5 | 155 | 5A | 37 |
| Octal | 363 | 45 | 145 | 0 | 125 | 72 | 5 | 525 | 132 | 67 |
| Binary | 11110011 | 100101 | 1100101 | 0 | 1010101 | 111010 | 101 | 101010101 | 1011010 | 110111 |
Color Harmonies of #F32565
Complementary color
Monochromatic Colors of #F32565
Black with #F32565
Text Example
Text Example
White with #F32565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32565; }
p { color: rgb(243,37,101); }
H1.HeaderClassName
{
color: #F32565;
}
.AnyTagClassName
{
color: #F32565;
}
</style>
background-color css
<style>
a { background-color: #F32565; }
a { background-color: rgb(243,37,101); }
div.DivClassName
{
background-color: #F32565;
}
.BgClassName
{
background-color: #F32565;
}
</style>
border-color css
<style>
span { border-color: #F32565; }
span { border-color: rgb(243,37,101); }
td.TdClassName
{
border-color: #F32565;
}
.TagClassName
{
border-color: #F32565;
}
</style>