Shades of Radical Red #F32A6A
Tints of Radical Red #F32A6A
RGB
CMYK
RGB Variations
Color information
#F32A6A (or 0xF32A6A) is known color: Radical Red. HEX triplet: F3, 2A and 6A. RGB value is (243,42,106). Sum of RGB (Red+Green+Blue) = 243+42+106=391 (51% of max value = 765). Red value is 243 (95.31% from 255 or 62.15% from 391); Green value is 42 (16.80% from 255 or 10.74% from 391); Blue value is 106 (41.80% from 255 or 27.11% from 391); Max value from RGB is 243 - color contains mainly: red. Hex color #F32A6A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F32A6A is #0CD595. Grayscale: #6D6D6D. Windows color (decimal): -841110 or 6957811. OLE color: 6957811.
HSL color Cylindrical-coordinate representation of color #F32A6A: hue angle of 340.9º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F32A6A is Cyan = 0, Magento = 0.83, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 42 | 106 | - |
| CMYK | 0 | 0.83 | 0.56 | 0.05 |
| HSL | 340.9º | 0.89% | 0.56% | - |
| HSV(B) | 340.9º | 0.83% | 0.95% | - |
| XYZ | 40.39 | 21.75 | 15.71 | - |
| YUV | 109.4 | 126.09 | 223.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 42 | 106 | 0 | 0.83 | 0.56 | 0.05 | 340.9 | 0.89 | 0.56 |
| Hex | F3 | 2A | 6A | 0 | 53 | 38 | 5 | 155 | 59 | 38 |
| Octal | 363 | 52 | 152 | 0 | 123 | 70 | 5 | 525 | 131 | 70 |
| Binary | 11110011 | 101010 | 1101010 | 0 | 1010011 | 111000 | 101 | 101010101 | 1011001 | 111000 |
Color Harmonies of #F32A6A
Complementary color
Monochromatic Colors of #F32A6A
Black with #F32A6A
Text Example
Text Example
White with #F32A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32A6A; }
p { color: rgb(243,42,106); }
H1.HeaderClassName
{
color: #F32A6A;
}
.AnyTagClassName
{
color: #F32A6A;
}
</style>
background-color css
<style>
a { background-color: #F32A6A; }
a { background-color: rgb(243,42,106); }
div.DivClassName
{
background-color: #F32A6A;
}
.BgClassName
{
background-color: #F32A6A;
}
</style>
border-color css
<style>
span { border-color: #F32A6A; }
span { border-color: rgb(243,42,106); }
td.TdClassName
{
border-color: #F32A6A;
}
.TagClassName
{
border-color: #F32A6A;
}
</style>