Shades of Radical Red #F34069
Tints of Radical Red #F34069
RGB
CMYK
RGB Variations
Color information
#F34069 (or 0xF34069) is known color: Radical Red. HEX triplet: F3, 40 and 69. RGB value is (243,64,105). Sum of RGB (Red+Green+Blue) = 243+64+105=412 (54% of max value = 765). Red value is 243 (95.31% from 255 or 58.98% from 412); Green value is 64 (25.39% from 255 or 15.53% from 412); Blue value is 105 (41.41% from 255 or 25.49% from 412); Max value from RGB is 243 - color contains mainly: red. Hex color #F34069 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F34069 is #0CBF96. Grayscale: #7A7A7A. Windows color (decimal): -835479 or 6897907. OLE color: 6897907.
HSL color Cylindrical-coordinate representation of color #F34069: hue angle of 346.26º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F34069 is Cyan = 0, Magento = 0.74, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 64 | 105 | - |
| CMYK | 0 | 0.74 | 0.57 | 0.05 |
| HSL | 346.26º | 0.88% | 0.6% | - |
| HSV(B) | 346.26º | 0.74% | 0.95% | - |
| XYZ | 41.35 | 23.74 | 15.77 | - |
| YUV | 122.2 | 118.3 | 214.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 64 | 105 | 0 | 0.74 | 0.57 | 0.05 | 346.26 | 0.88 | 0.6 |
| Hex | F3 | 40 | 69 | 0 | 4A | 39 | 5 | 15A | 58 | 3C |
| Octal | 363 | 100 | 151 | 0 | 112 | 71 | 5 | 532 | 130 | 74 |
| Binary | 11110011 | 1000000 | 1101001 | 0 | 1001010 | 111001 | 101 | 101011010 | 1011000 | 111100 |
Color Harmonies of #F34069
Complementary color
Monochromatic Colors of #F34069
Black with #F34069
Text Example
Text Example
White with #F34069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34069; }
p { color: rgb(243,64,105); }
H1.HeaderClassName
{
color: #F34069;
}
.AnyTagClassName
{
color: #F34069;
}
</style>
background-color css
<style>
a { background-color: #F34069; }
a { background-color: rgb(243,64,105); }
div.DivClassName
{
background-color: #F34069;
}
.BgClassName
{
background-color: #F34069;
}
</style>
border-color css
<style>
span { border-color: #F34069; }
span { border-color: rgb(243,64,105); }
td.TdClassName
{
border-color: #F34069;
}
.TagClassName
{
border-color: #F34069;
}
</style>