Shades of Radical Red #F43260
Tints of Radical Red #F43260
RGB
CMYK
RGB Variations
Color information
#F43260 (or 0xF43260) is known color: Radical Red. HEX triplet: F4, 32 and 60. RGB value is (244,50,96). Sum of RGB (Red+Green+Blue) = 244+50+96=390 (51% of max value = 765). Red value is 244 (95.70% from 255 or 62.56% from 390); Green value is 50 (19.92% from 255 or 12.82% from 390); Blue value is 96 (37.89% from 255 or 24.62% from 390); Max value from RGB is 244 - color contains mainly: red. Hex color #F43260 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F43260 is #0BCD9F. Grayscale: #717171. Windows color (decimal): -773536 or 6304500. OLE color: 6304500.
HSL color Cylindrical-coordinate representation of color #F43260: hue angle of 345.77º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F43260 is Cyan = 0, Magento = 0.80, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 50 | 96 | - |
| CMYK | 0 | 0.80 | 0.61 | 0.04 |
| HSL | 345.77º | 0.9% | 0.58% | - |
| HSV(B) | 345.77º | 0.8% | 0.96% | - |
| XYZ | 40.56 | 22.36 | 13.24 | - |
| YUV | 113.25 | 118.27 | 221.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 50 | 96 | 0 | 0.80 | 0.61 | 0.04 | 345.77 | 0.9 | 0.58 |
| Hex | F4 | 32 | 60 | 0 | 50 | 3D | 4 | 15A | 5A | 3A |
| Octal | 364 | 62 | 140 | 0 | 120 | 75 | 4 | 532 | 132 | 72 |
| Binary | 11110100 | 110010 | 1100000 | 0 | 1010000 | 111101 | 100 | 101011010 | 1011010 | 111010 |
Color Harmonies of #F43260
Complementary color
Monochromatic Colors of #F43260
Black with #F43260
Text Example
Text Example
White with #F43260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F43260; }
p { color: rgb(244,50,96); }
H1.HeaderClassName
{
color: #F43260;
}
.AnyTagClassName
{
color: #F43260;
}
</style>
background-color css
<style>
a { background-color: #F43260; }
a { background-color: rgb(244,50,96); }
div.DivClassName
{
background-color: #F43260;
}
.BgClassName
{
background-color: #F43260;
}
</style>
border-color css
<style>
span { border-color: #F43260; }
span { border-color: rgb(244,50,96); }
td.TdClassName
{
border-color: #F43260;
}
.TagClassName
{
border-color: #F43260;
}
</style>