Shades of Radical Red #F34067
Tints of Radical Red #F34067
RGB
CMYK
RGB Variations
Color information
#F34067 (or 0xF34067) is known color: Radical Red. HEX triplet: F3, 40 and 67. RGB value is (243,64,103). Sum of RGB (Red+Green+Blue) = 243+64+103=410 (54% of max value = 765). Red value is 243 (95.31% from 255 or 59.27% from 410); Green value is 64 (25.39% from 255 or 15.61% from 410); Blue value is 103 (40.62% from 255 or 25.12% from 410); Max value from RGB is 243 - color contains mainly: red. Hex color #F34067 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F34067 is #0CBF98. Grayscale: #797979. Windows color (decimal): -835481 or 6766835. OLE color: 6766835.
HSL color Cylindrical-coordinate representation of color #F34067: hue angle of 346.93º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F34067 is Cyan = 0, Magento = 0.74, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 64 | 103 | - |
| CMYK | 0 | 0.74 | 0.58 | 0.05 |
| HSL | 346.93º | 0.88% | 0.6% | - |
| HSV(B) | 346.93º | 0.74% | 0.95% | - |
| XYZ | 41.24 | 23.7 | 15.23 | - |
| YUV | 121.97 | 117.3 | 214.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 64 | 103 | 0 | 0.74 | 0.58 | 0.05 | 346.93 | 0.88 | 0.6 |
| Hex | F3 | 40 | 67 | 0 | 4A | 3A | 5 | 15B | 58 | 3C |
| Octal | 363 | 100 | 147 | 0 | 112 | 72 | 5 | 533 | 130 | 74 |
| Binary | 11110011 | 1000000 | 1100111 | 0 | 1001010 | 111010 | 101 | 101011011 | 1011000 | 111100 |
Color Harmonies of #F34067
Complementary color
Monochromatic Colors of #F34067
Black with #F34067
Text Example
Text Example
White with #F34067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34067; }
p { color: rgb(243,64,103); }
H1.HeaderClassName
{
color: #F34067;
}
.AnyTagClassName
{
color: #F34067;
}
</style>
background-color css
<style>
a { background-color: #F34067; }
a { background-color: rgb(243,64,103); }
div.DivClassName
{
background-color: #F34067;
}
.BgClassName
{
background-color: #F34067;
}
</style>
border-color css
<style>
span { border-color: #F34067; }
span { border-color: rgb(243,64,103); }
td.TdClassName
{
border-color: #F34067;
}
.TagClassName
{
border-color: #F34067;
}
</style>