Shades of Radical Red #F4305A
Tints of Radical Red #F4305A
RGB
CMYK
RGB Variations
Color information
#F4305A (or 0xF4305A) is known color: Radical Red. HEX triplet: F4, 30 and 5A. RGB value is (244,48,90). Sum of RGB (Red+Green+Blue) = 244+48+90=382 (50% of max value = 765). Red value is 244 (95.70% from 255 or 63.87% from 382); Green value is 48 (19.14% from 255 or 12.57% from 382); Blue value is 90 (35.55% from 255 or 23.56% from 382); Max value from RGB is 244 - color contains mainly: red. Hex color #F4305A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F4305A is #0BCFA5. Grayscale: #6F6F6F. Windows color (decimal): -774054 or 5910772. OLE color: 5910772.
HSL color Cylindrical-coordinate representation of color #F4305A: hue angle of 347.14º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F4305A is Cyan = 0, Magento = 0.80, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 48 | 90 | - |
| CMYK | 0 | 0.80 | 0.63 | 0.04 |
| HSL | 347.14º | 0.9% | 0.57% | - |
| HSV(B) | 347.14º | 0.8% | 0.96% | - |
| XYZ | 40.21 | 22.09 | 11.82 | - |
| YUV | 111.39 | 115.93 | 222.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 48 | 90 | 0 | 0.80 | 0.63 | 0.04 | 347.14 | 0.9 | 0.57 |
| Hex | F4 | 30 | 5A | 0 | 50 | 3F | 4 | 15B | 5A | 39 |
| Octal | 364 | 60 | 132 | 0 | 120 | 77 | 4 | 533 | 132 | 71 |
| Binary | 11110100 | 110000 | 1011010 | 0 | 1010000 | 111111 | 100 | 101011011 | 1011010 | 111001 |
Color Harmonies of #F4305A
Complementary color
Monochromatic Colors of #F4305A
Black with #F4305A
Text Example
Text Example
White with #F4305A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4305A; }
p { color: rgb(244,48,90); }
H1.HeaderClassName
{
color: #F4305A;
}
.AnyTagClassName
{
color: #F4305A;
}
</style>
background-color css
<style>
a { background-color: #F4305A; }
a { background-color: rgb(244,48,90); }
div.DivClassName
{
background-color: #F4305A;
}
.BgClassName
{
background-color: #F4305A;
}
</style>
border-color css
<style>
span { border-color: #F4305A; }
span { border-color: rgb(244,48,90); }
td.TdClassName
{
border-color: #F4305A;
}
.TagClassName
{
border-color: #F4305A;
}
</style>