Shades of Radical Red #F34666
Tints of Radical Red #F34666
RGB
CMYK
RGB Variations
Color information
#F34666 (or 0xF34666) is known color: Radical Red. HEX triplet: F3, 46 and 66. RGB value is (243,70,102). Sum of RGB (Red+Green+Blue) = 243+70+102=415 (54% of max value = 765). Red value is 243 (95.31% from 255 or 58.55% from 415); Green value is 70 (27.73% from 255 or 16.87% from 415); Blue value is 102 (40.23% from 255 or 24.58% from 415); Max value from RGB is 243 - color contains mainly: red. Hex color #F34666 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F34666 is #0CB999. Grayscale: #7D7D7D. Windows color (decimal): -833946 or 6702835. OLE color: 6702835.
HSL color Cylindrical-coordinate representation of color #F34666: hue angle of 348.9º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F34666 is Cyan = 0, Magento = 0.71, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 70 | 102 | - |
| CMYK | 0 | 0.71 | 0.58 | 0.05 |
| HSL | 348.9º | 0.88% | 0.61% | - |
| HSV(B) | 348.9º | 0.71% | 0.95% | - |
| XYZ | 41.55 | 24.39 | 15.09 | - |
| YUV | 125.38 | 114.81 | 211.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 70 | 102 | 0 | 0.71 | 0.58 | 0.05 | 348.9 | 0.88 | 0.61 |
| Hex | F3 | 46 | 66 | 0 | 47 | 3A | 5 | 15D | 58 | 3D |
| Octal | 363 | 106 | 146 | 0 | 107 | 72 | 5 | 535 | 130 | 75 |
| Binary | 11110011 | 1000110 | 1100110 | 0 | 1000111 | 111010 | 101 | 101011101 | 1011000 | 111101 |
Color Harmonies of #F34666
Complementary color
Monochromatic Colors of #F34666
Black with #F34666
Text Example
Text Example
White with #F34666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34666; }
p { color: rgb(243,70,102); }
H1.HeaderClassName
{
color: #F34666;
}
.AnyTagClassName
{
color: #F34666;
}
</style>
background-color css
<style>
a { background-color: #F34666; }
a { background-color: rgb(243,70,102); }
div.DivClassName
{
background-color: #F34666;
}
.BgClassName
{
background-color: #F34666;
}
</style>
border-color css
<style>
span { border-color: #F34666; }
span { border-color: rgb(243,70,102); }
td.TdClassName
{
border-color: #F34666;
}
.TagClassName
{
border-color: #F34666;
}
</style>