Shades of Radical Red #F34764
Tints of Radical Red #F34764
RGB
CMYK
RGB Variations
Color information
#F34764 (or 0xF34764) is known color: Radical Red. HEX triplet: F3, 47 and 64. RGB value is (243,71,100). Sum of RGB (Red+Green+Blue) = 243+71+100=414 (54% of max value = 765). Red value is 243 (95.31% from 255 or 58.70% from 414); Green value is 71 (28.12% from 255 or 17.15% from 414); Blue value is 100 (39.45% from 255 or 24.15% from 414); Max value from RGB is 243 - color contains mainly: red. Hex color #F34764 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F34764 is #0CB89B. Grayscale: #7D7D7D. Windows color (decimal): -833692 or 6572019. OLE color: 6572019.
HSL color Cylindrical-coordinate representation of color #F34764: hue angle of 349.88º 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 #F34764 is Cyan = 0, Magento = 0.71, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 71 | 100 | - |
| CMYK | 0 | 0.71 | 0.59 | 0.05 |
| HSL | 349.88º | 0.88% | 0.62% | - |
| HSV(B) | 349.88º | 0.71% | 0.95% | - |
| XYZ | 41.52 | 24.48 | 14.59 | - |
| YUV | 125.73 | 113.48 | 211.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 71 | 100 | 0 | 0.71 | 0.59 | 0.05 | 349.88 | 0.88 | 0.62 |
| Hex | F3 | 47 | 64 | 0 | 47 | 3B | 5 | 15E | 58 | 3E |
| Octal | 363 | 107 | 144 | 0 | 107 | 73 | 5 | 536 | 130 | 76 |
| Binary | 11110011 | 1000111 | 1100100 | 0 | 1000111 | 111011 | 101 | 101011110 | 1011000 | 111110 |
Color Harmonies of #F34764
Complementary color
Monochromatic Colors of #F34764
Black with #F34764
Text Example
Text Example
White with #F34764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34764; }
p { color: rgb(243,71,100); }
H1.HeaderClassName
{
color: #F34764;
}
.AnyTagClassName
{
color: #F34764;
}
</style>
background-color css
<style>
a { background-color: #F34764; }
a { background-color: rgb(243,71,100); }
div.DivClassName
{
background-color: #F34764;
}
.BgClassName
{
background-color: #F34764;
}
</style>
border-color css
<style>
span { border-color: #F34764; }
span { border-color: rgb(243,71,100); }
td.TdClassName
{
border-color: #F34764;
}
.TagClassName
{
border-color: #F34764;
}
</style>