Shades of Radical Red #F52A74
Tints of Radical Red #F52A74
RGB
CMYK
RGB Variations
Color information
#F52A74 (or 0xF52A74) is known color: Radical Red. HEX triplet: F5, 2A and 74. RGB value is (245,42,116). Sum of RGB (Red+Green+Blue) = 245+42+116=403 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.79% from 403); Green value is 42 (16.80% from 255 or 10.42% from 403); Blue value is 116 (45.70% from 255 or 28.78% from 403); Max value from RGB is 245 - color contains mainly: red. Hex color #F52A74 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F52A74 is #0AD58B. Grayscale: #6F6F6F. Windows color (decimal): -710028 or 7613173. OLE color: 7613173.
HSL color Cylindrical-coordinate representation of color #F52A74: hue angle of 338.13º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F52A74 is Cyan = 0, Magento = 0.83, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 42 | 116 | - |
| CMYK | 0 | 0.83 | 0.53 | 0.04 |
| HSL | 338.13º | 0.91% | 0.56% | - |
| HSV(B) | 338.13º | 0.83% | 0.96% | - |
| XYZ | 41.64 | 22.33 | 18.64 | - |
| YUV | 111.13 | 130.75 | 223.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 42 | 116 | 0 | 0.83 | 0.53 | 0.04 | 338.13 | 0.91 | 0.56 |
| Hex | F5 | 2A | 74 | 0 | 53 | 35 | 4 | 152 | 5B | 38 |
| Octal | 365 | 52 | 164 | 0 | 123 | 65 | 4 | 522 | 133 | 70 |
| Binary | 11110101 | 101010 | 1110100 | 0 | 1010011 | 110101 | 100 | 101010010 | 1011011 | 111000 |
Color Harmonies of #F52A74
Complementary color
Monochromatic Colors of #F52A74
Black with #F52A74
Text Example
Text Example
White with #F52A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52A74; }
p { color: rgb(245,42,116); }
H1.HeaderClassName
{
color: #F52A74;
}
.AnyTagClassName
{
color: #F52A74;
}
</style>
background-color css
<style>
a { background-color: #F52A74; }
a { background-color: rgb(245,42,116); }
div.DivClassName
{
background-color: #F52A74;
}
.BgClassName
{
background-color: #F52A74;
}
</style>
border-color css
<style>
span { border-color: #F52A74; }
span { border-color: rgb(245,42,116); }
td.TdClassName
{
border-color: #F52A74;
}
.TagClassName
{
border-color: #F52A74;
}
</style>