Shades of Radical Red #F32467
Tints of Radical Red #F32467
RGB
CMYK
RGB Variations
Color information
#F32467 (or 0xF32467) is known color: Radical Red. HEX triplet: F3, 24 and 67. RGB value is (243,36,103). Sum of RGB (Red+Green+Blue) = 243+36+103=382 (50% of max value = 765). Red value is 243 (95.31% from 255 or 63.61% from 382); Green value is 36 (14.45% from 255 or 9.42% from 382); Blue value is 103 (40.62% from 255 or 26.96% from 382); Max value from RGB is 243 - color contains mainly: red. Hex color #F32467 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F32467 is #0CDB98. Grayscale: #696969. Windows color (decimal): -842649 or 6759667. OLE color: 6759667.
HSL color Cylindrical-coordinate representation of color #F32467: hue angle of 340.58º 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 #F32467 is Cyan = 0, Magento = 0.85, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 36 | 103 | - |
| CMYK | 0 | 0.85 | 0.58 | 0.05 |
| HSL | 340.58º | 0.9% | 0.55% | - |
| HSV(B) | 340.58º | 0.85% | 0.95% | - |
| XYZ | 40.04 | 21.3 | 14.83 | - |
| YUV | 105.53 | 126.58 | 226.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 36 | 103 | 0 | 0.85 | 0.58 | 0.05 | 340.58 | 0.9 | 0.55 |
| Hex | F3 | 24 | 67 | 0 | 55 | 3A | 5 | 155 | 5A | 37 |
| Octal | 363 | 44 | 147 | 0 | 125 | 72 | 5 | 525 | 132 | 67 |
| Binary | 11110011 | 100100 | 1100111 | 0 | 1010101 | 111010 | 101 | 101010101 | 1011010 | 110111 |
Color Harmonies of #F32467
Complementary color
Monochromatic Colors of #F32467
Black with #F32467
Text Example
Text Example
White with #F32467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32467; }
p { color: rgb(243,36,103); }
H1.HeaderClassName
{
color: #F32467;
}
.AnyTagClassName
{
color: #F32467;
}
</style>
background-color css
<style>
a { background-color: #F32467; }
a { background-color: rgb(243,36,103); }
div.DivClassName
{
background-color: #F32467;
}
.BgClassName
{
background-color: #F32467;
}
</style>
border-color css
<style>
span { border-color: #F32467; }
span { border-color: rgb(243,36,103); }
td.TdClassName
{
border-color: #F32467;
}
.TagClassName
{
border-color: #F32467;
}
</style>