Shades of Radical Red #F5436F
Tints of Radical Red #F5436F
RGB
CMYK
RGB Variations
Color information
#F5436F (or 0xF5436F) is known color: Radical Red. HEX triplet: F5, 43 and 6F. RGB value is (245,67,111). Sum of RGB (Red+Green+Blue) = 245+67+111=423 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.92% from 423); Green value is 67 (26.56% from 255 or 15.84% from 423); Blue value is 111 (43.75% from 255 or 26.24% from 423); Max value from RGB is 245 - color contains mainly: red. Hex color #F5436F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5436F is #0ABC90. Grayscale: #7D7D7D. Windows color (decimal): -703633 or 7291893. OLE color: 7291893.
HSL color Cylindrical-coordinate representation of color #F5436F: hue angle of 345.17º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F5436F is Cyan = 0, Magento = 0.73, Yellow = 0.55 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 67 | 111 | - |
| CMYK | 0 | 0.73 | 0.55 | 0.04 |
| HSL | 345.17º | 0.9% | 0.61% | - |
| HSV(B) | 345.17º | 0.73% | 0.96% | - |
| XYZ | 42.53 | 24.57 | 17.54 | - |
| YUV | 125.24 | 119.97 | 213.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 67 | 111 | 0 | 0.73 | 0.55 | 0.04 | 345.17 | 0.9 | 0.61 |
| Hex | F5 | 43 | 6F | 0 | 49 | 37 | 4 | 159 | 5A | 3D |
| Octal | 365 | 103 | 157 | 0 | 111 | 67 | 4 | 531 | 132 | 75 |
| Binary | 11110101 | 1000011 | 1101111 | 0 | 1001001 | 110111 | 100 | 101011001 | 1011010 | 111101 |
Color Harmonies of #F5436F
Complementary color
Monochromatic Colors of #F5436F
Black with #F5436F
Text Example
Text Example
White with #F5436F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5436F; }
p { color: rgb(245,67,111); }
H1.HeaderClassName
{
color: #F5436F;
}
.AnyTagClassName
{
color: #F5436F;
}
</style>
background-color css
<style>
a { background-color: #F5436F; }
a { background-color: rgb(245,67,111); }
div.DivClassName
{
background-color: #F5436F;
}
.BgClassName
{
background-color: #F5436F;
}
</style>
border-color css
<style>
span { border-color: #F5436F; }
span { border-color: rgb(245,67,111); }
td.TdClassName
{
border-color: #F5436F;
}
.TagClassName
{
border-color: #F5436F;
}
</style>