Shades of Radical Red #F5404C
Tints of Radical Red #F5404C
RGB
CMYK
RGB Variations
Color information
#F5404C (or 0xF5404C) is known color: Radical Red. HEX triplet: F5, 40 and 4C. RGB value is (245,64,76). Sum of RGB (Red+Green+Blue) = 245+64+76=385 (50% of max value = 765). Red value is 245 (96.09% from 255 or 63.64% from 385); Green value is 64 (25.39% from 255 or 16.62% from 385); Blue value is 76 (30.08% from 255 or 19.74% from 385); Max value from RGB is 245 - color contains mainly: red. Hex color #F5404C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F5404C is #0ABFB3. Grayscale: #777777. Windows color (decimal): -704436 or 4997365. OLE color: 4997365.
HSL color Cylindrical-coordinate representation of color #F5404C: hue angle of 356.02º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F5404C is Cyan = 0, Magento = 0.74, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 64 | 76 | - |
| CMYK | 0 | 0.74 | 0.69 | 0.04 |
| HSL | 356.02º | 0.9% | 0.61% | - |
| HSV(B) | 356.02º | 0.74% | 0.96% | - |
| XYZ | 40.79 | 23.6 | 9.24 | - |
| YUV | 119.49 | 103.47 | 217.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 64 | 76 | 0 | 0.74 | 0.69 | 0.04 | 356.02 | 0.9 | 0.61 |
| Hex | F5 | 40 | 4C | 0 | 4A | 45 | 4 | 164 | 5A | 3D |
| Octal | 365 | 100 | 114 | 0 | 112 | 105 | 4 | 544 | 132 | 75 |
| Binary | 11110101 | 1000000 | 1001100 | 0 | 1001010 | 1000101 | 100 | 101100100 | 1011010 | 111101 |
Color Harmonies of #F5404C
Complementary color
Monochromatic Colors of #F5404C
Black with #F5404C
Text Example
Text Example
White with #F5404C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5404C; }
p { color: rgb(245,64,76); }
H1.HeaderClassName
{
color: #F5404C;
}
.AnyTagClassName
{
color: #F5404C;
}
</style>
background-color css
<style>
a { background-color: #F5404C; }
a { background-color: rgb(245,64,76); }
div.DivClassName
{
background-color: #F5404C;
}
.BgClassName
{
background-color: #F5404C;
}
</style>
border-color css
<style>
span { border-color: #F5404C; }
span { border-color: rgb(245,64,76); }
td.TdClassName
{
border-color: #F5404C;
}
.TagClassName
{
border-color: #F5404C;
}
</style>