Shades of Radical Red #F5346F
Tints of Radical Red #F5346F
RGB
CMYK
RGB Variations
Color information
#F5346F (or 0xF5346F) is known color: Radical Red. HEX triplet: F5, 34 and 6F. RGB value is (245,52,111). Sum of RGB (Red+Green+Blue) = 245+52+111=408 (54% of max value = 765). Red value is 245 (96.09% from 255 or 60.05% from 408); Green value is 52 (20.70% from 255 or 12.75% from 408); Blue value is 111 (43.75% from 255 or 27.21% from 408); Max value from RGB is 245 - color contains mainly: red. Hex color #F5346F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5346F is #0ACB90. Grayscale: #747474. Windows color (decimal): -707473 or 7288053. OLE color: 7288053.
HSL color Cylindrical-coordinate representation of color #F5346F: hue angle of 341.66º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F5346F is Cyan = 0, Magento = 0.79, Yellow = 0.55 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 52 | 111 | - |
| CMYK | 0 | 0.79 | 0.55 | 0.04 |
| HSL | 341.66º | 0.91% | 0.58% | - |
| HSV(B) | 341.66º | 0.79% | 0.96% | - |
| XYZ | 41.75 | 23.02 | 17.28 | - |
| YUV | 116.43 | 124.94 | 219.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 52 | 111 | 0 | 0.79 | 0.55 | 0.04 | 341.66 | 0.91 | 0.58 |
| Hex | F5 | 34 | 6F | 0 | 4F | 37 | 4 | 156 | 5B | 3A |
| Octal | 365 | 64 | 157 | 0 | 117 | 67 | 4 | 526 | 133 | 72 |
| Binary | 11110101 | 110100 | 1101111 | 0 | 1001111 | 110111 | 100 | 101010110 | 1011011 | 111010 |
Color Harmonies of #F5346F
Complementary color
Monochromatic Colors of #F5346F
Black with #F5346F
Text Example
Text Example
White with #F5346F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5346F; }
p { color: rgb(245,52,111); }
H1.HeaderClassName
{
color: #F5346F;
}
.AnyTagClassName
{
color: #F5346F;
}
</style>
background-color css
<style>
a { background-color: #F5346F; }
a { background-color: rgb(245,52,111); }
div.DivClassName
{
background-color: #F5346F;
}
.BgClassName
{
background-color: #F5346F;
}
</style>
border-color css
<style>
span { border-color: #F5346F; }
span { border-color: rgb(245,52,111); }
td.TdClassName
{
border-color: #F5346F;
}
.TagClassName
{
border-color: #F5346F;
}
</style>