Shades of Radical Red #F32B6B
Tints of Radical Red #F32B6B
RGB
CMYK
RGB Variations
Color information
#F32B6B (or 0xF32B6B) is known color: Radical Red. HEX triplet: F3, 2B and 6B. RGB value is (243,43,107). Sum of RGB (Red+Green+Blue) = 243+43+107=393 (52% of max value = 765). Red value is 243 (95.31% from 255 or 61.83% from 393); Green value is 43 (17.19% from 255 or 10.94% from 393); Blue value is 107 (42.19% from 255 or 27.23% from 393); Max value from RGB is 243 - color contains mainly: red. Hex color #F32B6B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F32B6B is #0CD494. Grayscale: #6E6E6E. Windows color (decimal): -840853 or 7023603. OLE color: 7023603.
HSL color Cylindrical-coordinate representation of color #F32B6B: hue angle of 340.8º 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 #F32B6B is Cyan = 0, Magento = 0.82, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 43 | 107 | - |
| CMYK | 0 | 0.82 | 0.56 | 0.05 |
| HSL | 340.8º | 0.89% | 0.56% | - |
| HSV(B) | 340.8º | 0.82% | 0.95% | - |
| XYZ | 40.48 | 21.84 | 15.99 | - |
| YUV | 110.1 | 126.26 | 222.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 43 | 107 | 0 | 0.82 | 0.56 | 0.05 | 340.8 | 0.89 | 0.56 |
| Hex | F3 | 2B | 6B | 0 | 52 | 38 | 5 | 155 | 59 | 38 |
| Octal | 363 | 53 | 153 | 0 | 122 | 70 | 5 | 525 | 131 | 70 |
| Binary | 11110011 | 101011 | 1101011 | 0 | 1010010 | 111000 | 101 | 101010101 | 1011001 | 111000 |
Color Harmonies of #F32B6B
Complementary color
Monochromatic Colors of #F32B6B
Black with #F32B6B
Text Example
Text Example
White with #F32B6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32B6B; }
p { color: rgb(243,43,107); }
H1.HeaderClassName
{
color: #F32B6B;
}
.AnyTagClassName
{
color: #F32B6B;
}
</style>
background-color css
<style>
a { background-color: #F32B6B; }
a { background-color: rgb(243,43,107); }
div.DivClassName
{
background-color: #F32B6B;
}
.BgClassName
{
background-color: #F32B6B;
}
</style>
border-color css
<style>
span { border-color: #F32B6B; }
span { border-color: rgb(243,43,107); }
td.TdClassName
{
border-color: #F32B6B;
}
.TagClassName
{
border-color: #F32B6B;
}
</style>