Shades of Radical Red #F5446F
Tints of Radical Red #F5446F
RGB
CMYK
RGB Variations
Color information
#F5446F (or 0xF5446F) is known color: Radical Red. HEX triplet: F5, 44 and 6F. RGB value is (245,68,111). Sum of RGB (Red+Green+Blue) = 245+68+111=424 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.78% from 424); Green value is 68 (26.95% from 255 or 16.04% from 424); Blue value is 111 (43.75% from 255 or 26.18% from 424); Max value from RGB is 245 - color contains mainly: red. Hex color #F5446F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5446F is #0ABB90. Grayscale: #7D7D7D. Windows color (decimal): -703377 or 7292149. OLE color: 7292149.
HSL color Cylindrical-coordinate representation of color #F5446F: hue angle of 345.42º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F5446F is Cyan = 0, Magento = 0.72, Yellow = 0.55 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 68 | 111 | - |
| CMYK | 0 | 0.72 | 0.55 | 0.04 |
| HSL | 345.42º | 0.9% | 0.61% | - |
| HSV(B) | 345.42º | 0.72% | 0.96% | - |
| XYZ | 42.59 | 24.69 | 17.56 | - |
| YUV | 125.83 | 119.64 | 213 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 68 | 111 | 0 | 0.72 | 0.55 | 0.04 | 345.42 | 0.9 | 0.61 |
| Hex | F5 | 44 | 6F | 0 | 48 | 37 | 4 | 159 | 5A | 3D |
| Octal | 365 | 104 | 157 | 0 | 110 | 67 | 4 | 531 | 132 | 75 |
| Binary | 11110101 | 1000100 | 1101111 | 0 | 1001000 | 110111 | 100 | 101011001 | 1011010 | 111101 |
Color Harmonies of #F5446F
Complementary color
Monochromatic Colors of #F5446F
Black with #F5446F
Text Example
Text Example
White with #F5446F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5446F; }
p { color: rgb(245,68,111); }
H1.HeaderClassName
{
color: #F5446F;
}
.AnyTagClassName
{
color: #F5446F;
}
</style>
background-color css
<style>
a { background-color: #F5446F; }
a { background-color: rgb(245,68,111); }
div.DivClassName
{
background-color: #F5446F;
}
.BgClassName
{
background-color: #F5446F;
}
</style>
border-color css
<style>
span { border-color: #F5446F; }
span { border-color: rgb(245,68,111); }
td.TdClassName
{
border-color: #F5446F;
}
.TagClassName
{
border-color: #F5446F;
}
</style>