Shades of Radical Red #F34467
Tints of Radical Red #F34467
RGB
CMYK
RGB Variations
Color information
#F34467 (or 0xF34467) is known color: Radical Red. HEX triplet: F3, 44 and 67. RGB value is (243,68,103). Sum of RGB (Red+Green+Blue) = 243+68+103=414 (54% of max value = 765). Red value is 243 (95.31% from 255 or 58.70% from 414); Green value is 68 (26.95% from 255 or 16.43% from 414); Blue value is 103 (40.62% from 255 or 24.88% from 414); Max value from RGB is 243 - color contains mainly: red. Hex color #F34467 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F34467 is #0CBB98. Grayscale: #7C7C7C. Windows color (decimal): -834457 or 6767859. OLE color: 6767859.
HSL color Cylindrical-coordinate representation of color #F34467: hue angle of 348º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F34467 is Cyan = 0, Magento = 0.72, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 68 | 103 | - |
| CMYK | 0 | 0.72 | 0.58 | 0.05 |
| HSL | 348º | 0.88% | 0.61% | - |
| HSV(B) | 348º | 0.72% | 0.95% | - |
| XYZ | 41.48 | 24.17 | 15.31 | - |
| YUV | 124.32 | 115.98 | 212.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 68 | 103 | 0 | 0.72 | 0.58 | 0.05 | 348 | 0.88 | 0.61 |
| Hex | F3 | 44 | 67 | 0 | 48 | 3A | 5 | 15C | 58 | 3D |
| Octal | 363 | 104 | 147 | 0 | 110 | 72 | 5 | 534 | 130 | 75 |
| Binary | 11110011 | 1000100 | 1100111 | 0 | 1001000 | 111010 | 101 | 101011100 | 1011000 | 111101 |
Color Harmonies of #F34467
Complementary color
Monochromatic Colors of #F34467
Black with #F34467
Text Example
Text Example
White with #F34467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34467; }
p { color: rgb(243,68,103); }
H1.HeaderClassName
{
color: #F34467;
}
.AnyTagClassName
{
color: #F34467;
}
</style>
background-color css
<style>
a { background-color: #F34467; }
a { background-color: rgb(243,68,103); }
div.DivClassName
{
background-color: #F34467;
}
.BgClassName
{
background-color: #F34467;
}
</style>
border-color css
<style>
span { border-color: #F34467; }
span { border-color: rgb(243,68,103); }
td.TdClassName
{
border-color: #F34467;
}
.TagClassName
{
border-color: #F34467;
}
</style>