Shades of Radical Red #F34164
Tints of Radical Red #F34164
RGB
CMYK
RGB Variations
Color information
#F34164 (or 0xF34164) is known color: Radical Red. HEX triplet: F3, 41 and 64. RGB value is (243,65,100). Sum of RGB (Red+Green+Blue) = 243+65+100=408 (54% of max value = 765). Red value is 243 (95.31% from 255 or 59.56% from 408); Green value is 65 (25.78% from 255 or 15.93% from 408); Blue value is 100 (39.45% from 255 or 24.51% from 408); Max value from RGB is 243 - color contains mainly: red. Hex color #F34164 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F34164 is #0CBE9B. Grayscale: #7A7A7A. Windows color (decimal): -835228 or 6570483. OLE color: 6570483.
HSL color Cylindrical-coordinate representation of color #F34164: hue angle of 348.2º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F34164 is Cyan = 0, Magento = 0.73, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 65 | 100 | - |
| CMYK | 0 | 0.73 | 0.59 | 0.05 |
| HSL | 348.2º | 0.88% | 0.6% | - |
| HSV(B) | 348.2º | 0.73% | 0.95% | - |
| XYZ | 41.15 | 23.76 | 14.47 | - |
| YUV | 122.21 | 115.47 | 214.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 65 | 100 | 0 | 0.73 | 0.59 | 0.05 | 348.2 | 0.88 | 0.6 |
| Hex | F3 | 41 | 64 | 0 | 49 | 3B | 5 | 15C | 58 | 3C |
| Octal | 363 | 101 | 144 | 0 | 111 | 73 | 5 | 534 | 130 | 74 |
| Binary | 11110011 | 1000001 | 1100100 | 0 | 1001001 | 111011 | 101 | 101011100 | 1011000 | 111100 |
Color Harmonies of #F34164
Complementary color
Monochromatic Colors of #F34164
Black with #F34164
Text Example
Text Example
White with #F34164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34164; }
p { color: rgb(243,65,100); }
H1.HeaderClassName
{
color: #F34164;
}
.AnyTagClassName
{
color: #F34164;
}
</style>
background-color css
<style>
a { background-color: #F34164; }
a { background-color: rgb(243,65,100); }
div.DivClassName
{
background-color: #F34164;
}
.BgClassName
{
background-color: #F34164;
}
</style>
border-color css
<style>
span { border-color: #F34164; }
span { border-color: rgb(243,65,100); }
td.TdClassName
{
border-color: #F34164;
}
.TagClassName
{
border-color: #F34164;
}
</style>