Shades of Radical Red #F32B63
Tints of Radical Red #F32B63
RGB
CMYK
RGB Variations
Color information
#F32B63 (or 0xF32B63) is known color: Radical Red. HEX triplet: F3, 2B and 63. RGB value is (243,43,99). Sum of RGB (Red+Green+Blue) = 243+43+99=385 (50% of max value = 765). Red value is 243 (95.31% from 255 or 63.12% from 385); Green value is 43 (17.19% from 255 or 11.17% from 385); Blue value is 99 (39.06% from 255 or 25.71% from 385); Max value from RGB is 243 - color contains mainly: red. Hex color #F32B63 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F32B63 is #0CD49C. Grayscale: #6D6D6D. Windows color (decimal): -840861 or 6499315. OLE color: 6499315.
HSL color Cylindrical-coordinate representation of color #F32B63: hue angle of 343.2º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F32B63 is Cyan = 0, Magento = 0.82, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 43 | 99 | - |
| CMYK | 0 | 0.82 | 0.59 | 0.05 |
| HSL | 343.2º | 0.89% | 0.56% | - |
| HSV(B) | 343.2º | 0.82% | 0.95% | - |
| XYZ | 40.08 | 21.68 | 13.88 | - |
| YUV | 109.18 | 122.26 | 223.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 43 | 99 | 0 | 0.82 | 0.59 | 0.05 | 343.2 | 0.89 | 0.56 |
| Hex | F3 | 2B | 63 | 0 | 52 | 3B | 5 | 157 | 59 | 38 |
| Octal | 363 | 53 | 143 | 0 | 122 | 73 | 5 | 527 | 131 | 70 |
| Binary | 11110011 | 101011 | 1100011 | 0 | 1010010 | 111011 | 101 | 101010111 | 1011001 | 111000 |
Color Harmonies of #F32B63
Complementary color
Monochromatic Colors of #F32B63
Black with #F32B63
Text Example
Text Example
White with #F32B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32B63; }
p { color: rgb(243,43,99); }
H1.HeaderClassName
{
color: #F32B63;
}
.AnyTagClassName
{
color: #F32B63;
}
</style>
background-color css
<style>
a { background-color: #F32B63; }
a { background-color: rgb(243,43,99); }
div.DivClassName
{
background-color: #F32B63;
}
.BgClassName
{
background-color: #F32B63;
}
</style>
border-color css
<style>
span { border-color: #F32B63; }
span { border-color: rgb(243,43,99); }
td.TdClassName
{
border-color: #F32B63;
}
.TagClassName
{
border-color: #F32B63;
}
</style>