Shades of Radical Red #F34E5C
Tints of Radical Red #F34E5C
RGB
CMYK
RGB Variations
Color information
#F34E5C (or 0xF34E5C) is known color: Radical Red. HEX triplet: F3, 4E and 5C. RGB value is (243,78,92). Sum of RGB (Red+Green+Blue) = 243+78+92=413 (54% of max value = 765). Red value is 243 (95.31% from 255 or 58.84% from 413); Green value is 78 (30.86% from 255 or 18.89% from 413); Blue value is 92 (36.33% from 255 or 22.28% from 413); Max value from RGB is 243 - color contains mainly: red. Hex color #F34E5C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F34E5C is #0CB1A3. Grayscale: #818181. Windows color (decimal): -831908 or 6049523. OLE color: 6049523.
HSL color Cylindrical-coordinate representation of color #F34E5C: hue angle of 354.91º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F34E5C is Cyan = 0, Magento = 0.68, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 78 | 92 | - |
| CMYK | 0 | 0.68 | 0.62 | 0.05 |
| HSL | 354.91º | 0.87% | 0.63% | - |
| HSV(B) | 354.91º | 0.68% | 0.95% | - |
| XYZ | 41.62 | 25.28 | 12.81 | - |
| YUV | 128.93 | 107.16 | 209.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 78 | 92 | 0 | 0.68 | 0.62 | 0.05 | 354.91 | 0.87 | 0.63 |
| Hex | F3 | 4E | 5C | 0 | 44 | 3E | 5 | 163 | 57 | 3F |
| Octal | 363 | 116 | 134 | 0 | 104 | 76 | 5 | 543 | 127 | 77 |
| Binary | 11110011 | 1001110 | 1011100 | 0 | 1000100 | 111110 | 101 | 101100011 | 1010111 | 111111 |
Color Harmonies of #F34E5C
Complementary color
Monochromatic Colors of #F34E5C
Black with #F34E5C
Text Example
Text Example
White with #F34E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34E5C; }
p { color: rgb(243,78,92); }
H1.HeaderClassName
{
color: #F34E5C;
}
.AnyTagClassName
{
color: #F34E5C;
}
</style>
background-color css
<style>
a { background-color: #F34E5C; }
a { background-color: rgb(243,78,92); }
div.DivClassName
{
background-color: #F34E5C;
}
.BgClassName
{
background-color: #F34E5C;
}
</style>
border-color css
<style>
span { border-color: #F34E5C; }
span { border-color: rgb(243,78,92); }
td.TdClassName
{
border-color: #F34E5C;
}
.TagClassName
{
border-color: #F34E5C;
}
</style>