Shades of Radical Red #F34150
Tints of Radical Red #F34150
RGB
CMYK
RGB Variations
Color information
#F34150 (or 0xF34150) is known color: Radical Red. HEX triplet: F3, 41 and 50. RGB value is (243,65,80). Sum of RGB (Red+Green+Blue) = 243+65+80=388 (51% of max value = 765). Red value is 243 (95.31% from 255 or 62.63% from 388); Green value is 65 (25.78% from 255 or 16.75% from 388); Blue value is 80 (31.64% from 255 or 20.62% from 388); Max value from RGB is 243 - color contains mainly: red. Hex color #F34150 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F34150 is #0CBEAF. Grayscale: #787878. Windows color (decimal): -835248 or 5259763. OLE color: 5259763.
HSL color Cylindrical-coordinate representation of color #F34150: hue angle of 354.94º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F34150 is Cyan = 0, Magento = 0.73, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 65 | 80 | - |
| CMYK | 0 | 0.73 | 0.67 | 0.05 |
| HSL | 354.94º | 0.88% | 0.6% | - |
| HSV(B) | 354.94º | 0.73% | 0.95% | - |
| XYZ | 40.3 | 23.41 | 9.98 | - |
| YUV | 119.93 | 105.47 | 215.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 65 | 80 | 0 | 0.73 | 0.67 | 0.05 | 354.94 | 0.88 | 0.6 |
| Hex | F3 | 41 | 50 | 0 | 49 | 43 | 5 | 163 | 58 | 3C |
| Octal | 363 | 101 | 120 | 0 | 111 | 103 | 5 | 543 | 130 | 74 |
| Binary | 11110011 | 1000001 | 1010000 | 0 | 1001001 | 1000011 | 101 | 101100011 | 1011000 | 111100 |
Color Harmonies of #F34150
Complementary color
Monochromatic Colors of #F34150
Black with #F34150
Text Example
Text Example
White with #F34150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34150; }
p { color: rgb(243,65,80); }
H1.HeaderClassName
{
color: #F34150;
}
.AnyTagClassName
{
color: #F34150;
}
</style>
background-color css
<style>
a { background-color: #F34150; }
a { background-color: rgb(243,65,80); }
div.DivClassName
{
background-color: #F34150;
}
.BgClassName
{
background-color: #F34150;
}
</style>
border-color css
<style>
span { border-color: #F34150; }
span { border-color: rgb(243,65,80); }
td.TdClassName
{
border-color: #F34150;
}
.TagClassName
{
border-color: #F34150;
}
</style>