Shades of Radical Red #F34256
Tints of Radical Red #F34256
RGB
CMYK
RGB Variations
Color information
#F34256 (or 0xF34256) is known color: Radical Red. HEX triplet: F3, 42 and 56. RGB value is (243,66,86). Sum of RGB (Red+Green+Blue) = 243+66+86=395 (52% of max value = 765). Red value is 243 (95.31% from 255 or 61.52% from 395); Green value is 66 (26.17% from 255 or 16.71% from 395); Blue value is 86 (33.98% from 255 or 21.77% from 395); Max value from RGB is 243 - color contains mainly: red. Hex color #F34256 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F34256 is #0CBDA9. Grayscale: #797979. Windows color (decimal): -834986 or 5653235. OLE color: 5653235.
HSL color Cylindrical-coordinate representation of color #F34256: hue angle of 353.22º 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 #F34256 is Cyan = 0, Magento = 0.73, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 66 | 86 | - |
| CMYK | 0 | 0.73 | 0.65 | 0.05 |
| HSL | 353.22º | 0.88% | 0.61% | - |
| HSV(B) | 353.22º | 0.73% | 0.95% | - |
| XYZ | 40.59 | 23.62 | 11.22 | - |
| YUV | 121.2 | 108.14 | 214.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 66 | 86 | 0 | 0.73 | 0.65 | 0.05 | 353.22 | 0.88 | 0.61 |
| Hex | F3 | 42 | 56 | 0 | 49 | 41 | 5 | 161 | 58 | 3D |
| Octal | 363 | 102 | 126 | 0 | 111 | 101 | 5 | 541 | 130 | 75 |
| Binary | 11110011 | 1000010 | 1010110 | 0 | 1001001 | 1000001 | 101 | 101100001 | 1011000 | 111101 |
Color Harmonies of #F34256
Complementary color
Monochromatic Colors of #F34256
Black with #F34256
Text Example
Text Example
White with #F34256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34256; }
p { color: rgb(243,66,86); }
H1.HeaderClassName
{
color: #F34256;
}
.AnyTagClassName
{
color: #F34256;
}
</style>
background-color css
<style>
a { background-color: #F34256; }
a { background-color: rgb(243,66,86); }
div.DivClassName
{
background-color: #F34256;
}
.BgClassName
{
background-color: #F34256;
}
</style>
border-color css
<style>
span { border-color: #F34256; }
span { border-color: rgb(243,66,86); }
td.TdClassName
{
border-color: #F34256;
}
.TagClassName
{
border-color: #F34256;
}
</style>