Shades of Radical Red #F34163
Tints of Radical Red #F34163
RGB
CMYK
RGB Variations
Color information
#F34163 (or 0xF34163) is known color: Radical Red. HEX triplet: F3, 41 and 63. RGB value is (243,65,99). Sum of RGB (Red+Green+Blue) = 243+65+99=407 (53% of max value = 765). Red value is 243 (95.31% from 255 or 59.71% from 407); Green value is 65 (25.78% from 255 or 15.97% from 407); Blue value is 99 (39.06% from 255 or 24.32% from 407); Max value from RGB is 243 - color contains mainly: red. Hex color #F34163 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F34163 is #0CBE9C. Grayscale: #7A7A7A. Windows color (decimal): -835229 or 6504947. OLE color: 6504947.
HSL color Cylindrical-coordinate representation of color #F34163: hue angle of 348.54º 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 #F34163 is Cyan = 0, Magento = 0.73, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 65 | 99 | - |
| CMYK | 0 | 0.73 | 0.59 | 0.05 |
| HSL | 348.54º | 0.88% | 0.6% | - |
| HSV(B) | 348.54º | 0.73% | 0.95% | - |
| XYZ | 41.1 | 23.74 | 14.22 | - |
| YUV | 122.1 | 114.97 | 214.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 65 | 99 | 0 | 0.73 | 0.59 | 0.05 | 348.54 | 0.88 | 0.6 |
| Hex | F3 | 41 | 63 | 0 | 49 | 3B | 5 | 15D | 58 | 3C |
| Octal | 363 | 101 | 143 | 0 | 111 | 73 | 5 | 535 | 130 | 74 |
| Binary | 11110011 | 1000001 | 1100011 | 0 | 1001001 | 111011 | 101 | 101011101 | 1011000 | 111100 |
Color Harmonies of #F34163
Complementary color
Monochromatic Colors of #F34163
Black with #F34163
Text Example
Text Example
White with #F34163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34163; }
p { color: rgb(243,65,99); }
H1.HeaderClassName
{
color: #F34163;
}
.AnyTagClassName
{
color: #F34163;
}
</style>
background-color css
<style>
a { background-color: #F34163; }
a { background-color: rgb(243,65,99); }
div.DivClassName
{
background-color: #F34163;
}
.BgClassName
{
background-color: #F34163;
}
</style>
border-color css
<style>
span { border-color: #F34163; }
span { border-color: rgb(243,65,99); }
td.TdClassName
{
border-color: #F34163;
}
.TagClassName
{
border-color: #F34163;
}
</style>