Shades of Radical Red #F32F66
Tints of Radical Red #F32F66
RGB
CMYK
RGB Variations
Color information
#F32F66 (or 0xF32F66) is known color: Radical Red. HEX triplet: F3, 2F and 66. RGB value is (243,47,102). Sum of RGB (Red+Green+Blue) = 243+47+102=392 (51% of max value = 765). Red value is 243 (95.31% from 255 or 61.99% from 392); Green value is 47 (18.75% from 255 or 11.99% from 392); Blue value is 102 (40.23% from 255 or 26.02% from 392); Max value from RGB is 243 - color contains mainly: red. Hex color #F32F66 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F32F66 is #0CD099. Grayscale: #6F6F6F. Windows color (decimal): -839834 or 6696947. OLE color: 6696947.
HSL color Cylindrical-coordinate representation of color #F32F66: hue angle of 343.16º 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 #F32F66 is Cyan = 0, Magento = 0.81, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 47 | 102 | - |
| CMYK | 0 | 0.81 | 0.58 | 0.05 |
| HSL | 343.16º | 0.89% | 0.57% | - |
| HSV(B) | 343.16º | 0.81% | 0.95% | - |
| XYZ | 40.38 | 22.05 | 14.7 | - |
| YUV | 111.87 | 122.43 | 221.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 47 | 102 | 0 | 0.81 | 0.58 | 0.05 | 343.16 | 0.89 | 0.57 |
| Hex | F3 | 2F | 66 | 0 | 51 | 3A | 5 | 157 | 59 | 39 |
| Octal | 363 | 57 | 146 | 0 | 121 | 72 | 5 | 527 | 131 | 71 |
| Binary | 11110011 | 101111 | 1100110 | 0 | 1010001 | 111010 | 101 | 101010111 | 1011001 | 111001 |
Color Harmonies of #F32F66
Complementary color
Monochromatic Colors of #F32F66
Black with #F32F66
Text Example
Text Example
White with #F32F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32F66; }
p { color: rgb(243,47,102); }
H1.HeaderClassName
{
color: #F32F66;
}
.AnyTagClassName
{
color: #F32F66;
}
</style>
background-color css
<style>
a { background-color: #F32F66; }
a { background-color: rgb(243,47,102); }
div.DivClassName
{
background-color: #F32F66;
}
.BgClassName
{
background-color: #F32F66;
}
</style>
border-color css
<style>
span { border-color: #F32F66; }
span { border-color: rgb(243,47,102); }
td.TdClassName
{
border-color: #F32F66;
}
.TagClassName
{
border-color: #F32F66;
}
</style>