Shades of Radical Red #F3426A
Tints of Radical Red #F3426A
RGB
CMYK
RGB Variations
Color information
#F3426A (or 0xF3426A) is known color: Radical Red. HEX triplet: F3, 42 and 6A. RGB value is (243,66,106). Sum of RGB (Red+Green+Blue) = 243+66+106=415 (54% of max value = 765). Red value is 243 (95.31% from 255 or 58.55% from 415); Green value is 66 (26.17% from 255 or 15.90% from 415); Blue value is 106 (41.80% from 255 or 25.54% from 415); Max value from RGB is 243 - color contains mainly: red. Hex color #F3426A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F3426A is #0CBD95. Grayscale: #7B7B7B. Windows color (decimal): -834966 or 6963955. OLE color: 6963955.
HSL color Cylindrical-coordinate representation of color #F3426A: hue angle of 346.44º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F3426A is Cyan = 0, Magento = 0.73, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 66 | 106 | - |
| CMYK | 0 | 0.73 | 0.56 | 0.05 |
| HSL | 346.44º | 0.88% | 0.61% | - |
| HSV(B) | 346.44º | 0.73% | 0.95% | - |
| XYZ | 41.51 | 23.99 | 16.08 | - |
| YUV | 123.48 | 118.14 | 213.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 66 | 106 | 0 | 0.73 | 0.56 | 0.05 | 346.44 | 0.88 | 0.61 |
| Hex | F3 | 42 | 6A | 0 | 49 | 38 | 5 | 15A | 58 | 3D |
| Octal | 363 | 102 | 152 | 0 | 111 | 70 | 5 | 532 | 130 | 75 |
| Binary | 11110011 | 1000010 | 1101010 | 0 | 1001001 | 111000 | 101 | 101011010 | 1011000 | 111101 |
Color Harmonies of #F3426A
Complementary color
Monochromatic Colors of #F3426A
Black with #F3426A
Text Example
Text Example
White with #F3426A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3426A; }
p { color: rgb(243,66,106); }
H1.HeaderClassName
{
color: #F3426A;
}
.AnyTagClassName
{
color: #F3426A;
}
</style>
background-color css
<style>
a { background-color: #F3426A; }
a { background-color: rgb(243,66,106); }
div.DivClassName
{
background-color: #F3426A;
}
.BgClassName
{
background-color: #F3426A;
}
</style>
border-color css
<style>
span { border-color: #F3426A; }
span { border-color: rgb(243,66,106); }
td.TdClassName
{
border-color: #F3426A;
}
.TagClassName
{
border-color: #F3426A;
}
</style>