Shades of Radical Red #F32B65
Tints of Radical Red #F32B65
RGB
CMYK
RGB Variations
Color information
#F32B65 (or 0xF32B65) is known color: Radical Red. HEX triplet: F3, 2B and 65. RGB value is (243,43,101). Sum of RGB (Red+Green+Blue) = 243+43+101=387 (51% of max value = 765). Red value is 243 (95.31% from 255 or 62.79% from 387); Green value is 43 (17.19% from 255 or 11.11% from 387); Blue value is 101 (39.84% from 255 or 26.10% from 387); Max value from RGB is 243 - color contains mainly: red. Hex color #F32B65 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F32B65 is #0CD49A. Grayscale: #6D6D6D. Windows color (decimal): -840859 or 6630387. OLE color: 6630387.
HSL color Cylindrical-coordinate representation of color #F32B65: hue angle of 342.6º 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 #F32B65 is Cyan = 0, Magento = 0.82, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 43 | 101 | - |
| CMYK | 0 | 0.82 | 0.58 | 0.05 |
| HSL | 342.6º | 0.89% | 0.56% | - |
| HSV(B) | 342.6º | 0.82% | 0.95% | - |
| XYZ | 40.17 | 21.72 | 14.39 | - |
| YUV | 109.41 | 123.26 | 223.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 43 | 101 | 0 | 0.82 | 0.58 | 0.05 | 342.6 | 0.89 | 0.56 |
| Hex | F3 | 2B | 65 | 0 | 52 | 3A | 5 | 157 | 59 | 38 |
| Octal | 363 | 53 | 145 | 0 | 122 | 72 | 5 | 527 | 131 | 70 |
| Binary | 11110011 | 101011 | 1100101 | 0 | 1010010 | 111010 | 101 | 101010111 | 1011001 | 111000 |
Color Harmonies of #F32B65
Complementary color
Monochromatic Colors of #F32B65
Black with #F32B65
Text Example
Text Example
White with #F32B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32B65; }
p { color: rgb(243,43,101); }
H1.HeaderClassName
{
color: #F32B65;
}
.AnyTagClassName
{
color: #F32B65;
}
</style>
background-color css
<style>
a { background-color: #F32B65; }
a { background-color: rgb(243,43,101); }
div.DivClassName
{
background-color: #F32B65;
}
.BgClassName
{
background-color: #F32B65;
}
</style>
border-color css
<style>
span { border-color: #F32B65; }
span { border-color: rgb(243,43,101); }
td.TdClassName
{
border-color: #F32B65;
}
.TagClassName
{
border-color: #F32B65;
}
</style>