Shades of Radical Red #F34766
Tints of Radical Red #F34766
RGB
CMYK
RGB Variations
Color information
#F34766 (or 0xF34766) is known color: Radical Red. HEX triplet: F3, 47 and 66. RGB value is (243,71,102). Sum of RGB (Red+Green+Blue) = 243+71+102=416 (55% of max value = 765). Red value is 243 (95.31% from 255 or 58.41% from 416); Green value is 71 (28.12% from 255 or 17.07% from 416); Blue value is 102 (40.23% from 255 or 24.52% from 416); Max value from RGB is 243 - color contains mainly: red. Hex color #F34766 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F34766 is #0CB899. Grayscale: #7E7E7E. Windows color (decimal): -833690 or 6703091. OLE color: 6703091.
HSL color Cylindrical-coordinate representation of color #F34766: hue angle of 349.19º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F34766 is Cyan = 0, Magento = 0.71, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 71 | 102 | - |
| CMYK | 0 | 0.71 | 0.58 | 0.05 |
| HSL | 349.19º | 0.88% | 0.62% | - |
| HSV(B) | 349.19º | 0.71% | 0.95% | - |
| XYZ | 41.61 | 24.52 | 15.11 | - |
| YUV | 125.96 | 114.48 | 211.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 71 | 102 | 0 | 0.71 | 0.58 | 0.05 | 349.19 | 0.88 | 0.62 |
| Hex | F3 | 47 | 66 | 0 | 47 | 3A | 5 | 15D | 58 | 3E |
| Octal | 363 | 107 | 146 | 0 | 107 | 72 | 5 | 535 | 130 | 76 |
| Binary | 11110011 | 1000111 | 1100110 | 0 | 1000111 | 111010 | 101 | 101011101 | 1011000 | 111110 |
Color Harmonies of #F34766
Complementary color
Monochromatic Colors of #F34766
Black with #F34766
Text Example
Text Example
White with #F34766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34766; }
p { color: rgb(243,71,102); }
H1.HeaderClassName
{
color: #F34766;
}
.AnyTagClassName
{
color: #F34766;
}
</style>
background-color css
<style>
a { background-color: #F34766; }
a { background-color: rgb(243,71,102); }
div.DivClassName
{
background-color: #F34766;
}
.BgClassName
{
background-color: #F34766;
}
</style>
border-color css
<style>
span { border-color: #F34766; }
span { border-color: rgb(243,71,102); }
td.TdClassName
{
border-color: #F34766;
}
.TagClassName
{
border-color: #F34766;
}
</style>