Shades of Radical Red #F34869
Tints of Radical Red #F34869
RGB
CMYK
RGB Variations
Color information
#F34869 (or 0xF34869) is known color: Radical Red. HEX triplet: F3, 48 and 69. RGB value is (243,72,105). Sum of RGB (Red+Green+Blue) = 243+72+105=420 (55% of max value = 765). Red value is 243 (95.31% from 255 or 57.86% from 420); Green value is 72 (28.52% from 255 or 17.14% from 420); Blue value is 105 (41.41% from 255 or 25% from 420); Max value from RGB is 243 - color contains mainly: red. Hex color #F34869 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F34869 is #0CB796. Grayscale: #7E7E7E. Windows color (decimal): -833431 or 6899955. OLE color: 6899955.
HSL color Cylindrical-coordinate representation of color #F34869: hue angle of 348.42º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F34869 is Cyan = 0, Magento = 0.70, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 72 | 105 | - |
| CMYK | 0 | 0.70 | 0.57 | 0.05 |
| HSL | 348.42º | 0.88% | 0.62% | - |
| HSV(B) | 348.42º | 0.7% | 0.95% | - |
| XYZ | 41.83 | 24.71 | 15.93 | - |
| YUV | 126.89 | 115.65 | 210.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 72 | 105 | 0 | 0.70 | 0.57 | 0.05 | 348.42 | 0.88 | 0.62 |
| Hex | F3 | 48 | 69 | 0 | 46 | 39 | 5 | 15C | 58 | 3E |
| Octal | 363 | 110 | 151 | 0 | 106 | 71 | 5 | 534 | 130 | 76 |
| Binary | 11110011 | 1001000 | 1101001 | 0 | 1000110 | 111001 | 101 | 101011100 | 1011000 | 111110 |
Color Harmonies of #F34869
Complementary color
Monochromatic Colors of #F34869
Black with #F34869
Text Example
Text Example
White with #F34869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34869; }
p { color: rgb(243,72,105); }
H1.HeaderClassName
{
color: #F34869;
}
.AnyTagClassName
{
color: #F34869;
}
</style>
background-color css
<style>
a { background-color: #F34869; }
a { background-color: rgb(243,72,105); }
div.DivClassName
{
background-color: #F34869;
}
.BgClassName
{
background-color: #F34869;
}
</style>
border-color css
<style>
span { border-color: #F34869; }
span { border-color: rgb(243,72,105); }
td.TdClassName
{
border-color: #F34869;
}
.TagClassName
{
border-color: #F34869;
}
</style>