Shades of Radical Red #F34165
Tints of Radical Red #F34165
RGB
CMYK
RGB Variations
Color information
#F34165 (or 0xF34165) is known color: Radical Red. HEX triplet: F3, 41 and 65. RGB value is (243,65,101). Sum of RGB (Red+Green+Blue) = 243+65+101=409 (54% of max value = 765). Red value is 243 (95.31% from 255 or 59.41% from 409); Green value is 65 (25.78% from 255 or 15.89% from 409); Blue value is 101 (39.84% from 255 or 24.69% from 409); Max value from RGB is 243 - color contains mainly: red. Hex color #F34165 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F34165 is #0CBE9A. Grayscale: #7A7A7A. Windows color (decimal): -835227 or 6636019. OLE color: 6636019.
HSL color Cylindrical-coordinate representation of color #F34165: hue angle of 347.87º 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 #F34165 is Cyan = 0, Magento = 0.73, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 65 | 101 | - |
| CMYK | 0 | 0.73 | 0.58 | 0.05 |
| HSL | 347.87º | 0.88% | 0.6% | - |
| HSV(B) | 347.87º | 0.73% | 0.95% | - |
| XYZ | 41.2 | 23.77 | 14.73 | - |
| YUV | 122.33 | 115.97 | 214.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 65 | 101 | 0 | 0.73 | 0.58 | 0.05 | 347.87 | 0.88 | 0.6 |
| Hex | F3 | 41 | 65 | 0 | 49 | 3A | 5 | 15C | 58 | 3C |
| Octal | 363 | 101 | 145 | 0 | 111 | 72 | 5 | 534 | 130 | 74 |
| Binary | 11110011 | 1000001 | 1100101 | 0 | 1001001 | 111010 | 101 | 101011100 | 1011000 | 111100 |
Color Harmonies of #F34165
Complementary color
Monochromatic Colors of #F34165
Black with #F34165
Text Example
Text Example
White with #F34165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34165; }
p { color: rgb(243,65,101); }
H1.HeaderClassName
{
color: #F34165;
}
.AnyTagClassName
{
color: #F34165;
}
</style>
background-color css
<style>
a { background-color: #F34165; }
a { background-color: rgb(243,65,101); }
div.DivClassName
{
background-color: #F34165;
}
.BgClassName
{
background-color: #F34165;
}
</style>
border-color css
<style>
span { border-color: #F34165; }
span { border-color: rgb(243,65,101); }
td.TdClassName
{
border-color: #F34165;
}
.TagClassName
{
border-color: #F34165;
}
</style>