Shades of Radical Red #F32F6B
Tints of Radical Red #F32F6B
RGB
CMYK
RGB Variations
Color information
#F32F6B (or 0xF32F6B) is known color: Radical Red. HEX triplet: F3, 2F and 6B. RGB value is (243,47,107). Sum of RGB (Red+Green+Blue) = 243+47+107=397 (52% of max value = 765). Red value is 243 (95.31% from 255 or 61.21% from 397); Green value is 47 (18.75% from 255 or 11.84% from 397); Blue value is 107 (42.19% from 255 or 26.95% from 397); Max value from RGB is 243 - color contains mainly: red. Hex color #F32F6B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F32F6B is #0CD094. Grayscale: #707070. Windows color (decimal): -839829 or 7024627. OLE color: 7024627.
HSL color Cylindrical-coordinate representation of color #F32F6B: hue angle of 341.63º 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 #F32F6B is Cyan = 0, Magento = 0.81, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 47 | 107 | - |
| CMYK | 0 | 0.81 | 0.56 | 0.05 |
| HSL | 341.63º | 0.89% | 0.57% | - |
| HSV(B) | 341.63º | 0.81% | 0.95% | - |
| XYZ | 40.63 | 22.15 | 16.04 | - |
| YUV | 112.44 | 124.93 | 221.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 47 | 107 | 0 | 0.81 | 0.56 | 0.05 | 341.63 | 0.89 | 0.57 |
| Hex | F3 | 2F | 6B | 0 | 51 | 38 | 5 | 156 | 59 | 39 |
| Octal | 363 | 57 | 153 | 0 | 121 | 70 | 5 | 526 | 131 | 71 |
| Binary | 11110011 | 101111 | 1101011 | 0 | 1010001 | 111000 | 101 | 101010110 | 1011001 | 111001 |
Color Harmonies of #F32F6B
Complementary color
Monochromatic Colors of #F32F6B
Black with #F32F6B
Text Example
Text Example
White with #F32F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32F6B; }
p { color: rgb(243,47,107); }
H1.HeaderClassName
{
color: #F32F6B;
}
.AnyTagClassName
{
color: #F32F6B;
}
</style>
background-color css
<style>
a { background-color: #F32F6B; }
a { background-color: rgb(243,47,107); }
div.DivClassName
{
background-color: #F32F6B;
}
.BgClassName
{
background-color: #F32F6B;
}
</style>
border-color css
<style>
span { border-color: #F32F6B; }
span { border-color: rgb(243,47,107); }
td.TdClassName
{
border-color: #F32F6B;
}
.TagClassName
{
border-color: #F32F6B;
}
</style>