Shades of Radical Red #F32F68
Tints of Radical Red #F32F68
RGB
CMYK
RGB Variations
Color information
#F32F68 (or 0xF32F68) is known color: Radical Red. HEX triplet: F3, 2F and 68. RGB value is (243,47,104). Sum of RGB (Red+Green+Blue) = 243+47+104=394 (52% of max value = 765). Red value is 243 (95.31% from 255 or 61.68% from 394); Green value is 47 (18.75% from 255 or 11.93% from 394); Blue value is 104 (41.02% from 255 or 26.40% from 394); Max value from RGB is 243 - color contains mainly: red. Hex color #F32F68 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F32F68 is #0CD097. Grayscale: #707070. Windows color (decimal): -839832 or 6828019. OLE color: 6828019.
HSL color Cylindrical-coordinate representation of color #F32F68: hue angle of 342.55º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F32F68 is Cyan = 0, Magento = 0.81, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 47 | 104 | - |
| CMYK | 0 | 0.81 | 0.57 | 0.05 |
| HSL | 342.55º | 0.89% | 0.57% | - |
| HSV(B) | 342.55º | 0.81% | 0.95% | - |
| XYZ | 40.48 | 22.09 | 15.23 | - |
| YUV | 112.1 | 123.43 | 221.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 47 | 104 | 0 | 0.81 | 0.57 | 0.05 | 342.55 | 0.89 | 0.57 |
| Hex | F3 | 2F | 68 | 0 | 51 | 39 | 5 | 157 | 59 | 39 |
| Octal | 363 | 57 | 150 | 0 | 121 | 71 | 5 | 527 | 131 | 71 |
| Binary | 11110011 | 101111 | 1101000 | 0 | 1010001 | 111001 | 101 | 101010111 | 1011001 | 111001 |
Color Harmonies of #F32F68
Complementary color
Monochromatic Colors of #F32F68
Black with #F32F68
Text Example
Text Example
White with #F32F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32F68; }
p { color: rgb(243,47,104); }
H1.HeaderClassName
{
color: #F32F68;
}
.AnyTagClassName
{
color: #F32F68;
}
</style>
background-color css
<style>
a { background-color: #F32F68; }
a { background-color: rgb(243,47,104); }
div.DivClassName
{
background-color: #F32F68;
}
.BgClassName
{
background-color: #F32F68;
}
</style>
border-color css
<style>
span { border-color: #F32F68; }
span { border-color: rgb(243,47,104); }
td.TdClassName
{
border-color: #F32F68;
}
.TagClassName
{
border-color: #F32F68;
}
</style>