Shades of Radical Red #F32B6D
Tints of Radical Red #F32B6D
RGB
CMYK
RGB Variations
Color information
#F32B6D (or 0xF32B6D) is known color: Radical Red. HEX triplet: F3, 2B and 6D. RGB value is (243,43,109). Sum of RGB (Red+Green+Blue) = 243+43+109=395 (52% of max value = 765). Red value is 243 (95.31% from 255 or 61.52% from 395); Green value is 43 (17.19% from 255 or 10.89% from 395); Blue value is 109 (42.97% from 255 or 27.59% from 395); Max value from RGB is 243 - color contains mainly: red. Hex color #F32B6D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F32B6D is #0CD492. Grayscale: #6E6E6E. Windows color (decimal): -840851 or 7154675. OLE color: 7154675.
HSL color Cylindrical-coordinate representation of color #F32B6D: hue angle of 340.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 #F32B6D is Cyan = 0, Magento = 0.82, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 43 | 109 | - |
| CMYK | 0 | 0.82 | 0.55 | 0.05 |
| HSL | 340.2º | 0.89% | 0.56% | - |
| HSV(B) | 340.2º | 0.82% | 0.95% | - |
| XYZ | 40.59 | 21.89 | 16.55 | - |
| YUV | 110.32 | 127.26 | 222.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 43 | 109 | 0 | 0.82 | 0.55 | 0.05 | 340.2 | 0.89 | 0.56 |
| Hex | F3 | 2B | 6D | 0 | 52 | 37 | 5 | 154 | 59 | 38 |
| Octal | 363 | 53 | 155 | 0 | 122 | 67 | 5 | 524 | 131 | 70 |
| Binary | 11110011 | 101011 | 1101101 | 0 | 1010010 | 110111 | 101 | 101010100 | 1011001 | 111000 |
Color Harmonies of #F32B6D
Complementary color
Monochromatic Colors of #F32B6D
Black with #F32B6D
Text Example
Text Example
White with #F32B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32B6D; }
p { color: rgb(243,43,109); }
H1.HeaderClassName
{
color: #F32B6D;
}
.AnyTagClassName
{
color: #F32B6D;
}
</style>
background-color css
<style>
a { background-color: #F32B6D; }
a { background-color: rgb(243,43,109); }
div.DivClassName
{
background-color: #F32B6D;
}
.BgClassName
{
background-color: #F32B6D;
}
</style>
border-color css
<style>
span { border-color: #F32B6D; }
span { border-color: rgb(243,43,109); }
td.TdClassName
{
border-color: #F32B6D;
}
.TagClassName
{
border-color: #F32B6D;
}
</style>