Shades of Radical Red #F32768
Tints of Radical Red #F32768
RGB
CMYK
RGB Variations
Color information
#F32768 (or 0xF32768) is known color: Radical Red. HEX triplet: F3, 27 and 68. RGB value is (243,39,104). Sum of RGB (Red+Green+Blue) = 243+39+104=386 (51% of max value = 765). Red value is 243 (95.31% from 255 or 62.95% from 386); Green value is 39 (15.62% from 255 or 10.10% from 386); Blue value is 104 (41.02% from 255 or 26.94% from 386); Max value from RGB is 243 - color contains mainly: red. Hex color #F32768 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F32768 is #0CD897. Grayscale: #6B6B6B. Windows color (decimal): -841880 or 6825971. OLE color: 6825971.
HSL color Cylindrical-coordinate representation of color #F32768: hue angle of 340.88º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F32768 is Cyan = 0, Magento = 0.84, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 39 | 104 | - |
| CMYK | 0 | 0.84 | 0.57 | 0.05 |
| HSL | 340.88º | 0.89% | 0.55% | - |
| HSV(B) | 340.88º | 0.84% | 0.95% | - |
| XYZ | 40.19 | 21.51 | 15.13 | - |
| YUV | 107.41 | 126.09 | 224.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 39 | 104 | 0 | 0.84 | 0.57 | 0.05 | 340.88 | 0.89 | 0.55 |
| Hex | F3 | 27 | 68 | 0 | 54 | 39 | 5 | 155 | 59 | 37 |
| Octal | 363 | 47 | 150 | 0 | 124 | 71 | 5 | 525 | 131 | 67 |
| Binary | 11110011 | 100111 | 1101000 | 0 | 1010100 | 111001 | 101 | 101010101 | 1011001 | 110111 |
Color Harmonies of #F32768
Complementary color
Monochromatic Colors of #F32768
Black with #F32768
Text Example
Text Example
White with #F32768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32768; }
p { color: rgb(243,39,104); }
H1.HeaderClassName
{
color: #F32768;
}
.AnyTagClassName
{
color: #F32768;
}
</style>
background-color css
<style>
a { background-color: #F32768; }
a { background-color: rgb(243,39,104); }
div.DivClassName
{
background-color: #F32768;
}
.BgClassName
{
background-color: #F32768;
}
</style>
border-color css
<style>
span { border-color: #F32768; }
span { border-color: rgb(243,39,104); }
td.TdClassName
{
border-color: #F32768;
}
.TagClassName
{
border-color: #F32768;
}
</style>