Shades of Radical Red #F4306C
Tints of Radical Red #F4306C
RGB
CMYK
RGB Variations
Color information
#F4306C (or 0xF4306C) is known color: Radical Red. HEX triplet: F4, 30 and 6C. RGB value is (244,48,108). Sum of RGB (Red+Green+Blue) = 244+48+108=400 (52% of max value = 765). Red value is 244 (95.70% from 255 or 61% from 400); Green value is 48 (19.14% from 255 or 12% from 400); Blue value is 108 (42.58% from 255 or 27% from 400); Max value from RGB is 244 - color contains mainly: red. Hex color #F4306C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F4306C is #0BCF93. Grayscale: #717171. Windows color (decimal): -774036 or 7090420. OLE color: 7090420.
HSL color Cylindrical-coordinate representation of color #F4306C: hue angle of 341.63º 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 #F4306C is Cyan = 0, Magento = 0.80, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 48 | 108 | - |
| CMYK | 0 | 0.80 | 0.56 | 0.04 |
| HSL | 341.63º | 0.9% | 0.57% | - |
| HSV(B) | 341.63º | 0.8% | 0.96% | - |
| XYZ | 41.07 | 22.43 | 16.35 | - |
| YUV | 113.44 | 124.93 | 221.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 48 | 108 | 0 | 0.80 | 0.56 | 0.04 | 341.63 | 0.9 | 0.57 |
| Hex | F4 | 30 | 6C | 0 | 50 | 38 | 4 | 156 | 5A | 39 |
| Octal | 364 | 60 | 154 | 0 | 120 | 70 | 4 | 526 | 132 | 71 |
| Binary | 11110100 | 110000 | 1101100 | 0 | 1010000 | 111000 | 100 | 101010110 | 1011010 | 111001 |
Color Harmonies of #F4306C
Complementary color
Monochromatic Colors of #F4306C
Black with #F4306C
Text Example
Text Example
White with #F4306C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4306C; }
p { color: rgb(244,48,108); }
H1.HeaderClassName
{
color: #F4306C;
}
.AnyTagClassName
{
color: #F4306C;
}
</style>
background-color css
<style>
a { background-color: #F4306C; }
a { background-color: rgb(244,48,108); }
div.DivClassName
{
background-color: #F4306C;
}
.BgClassName
{
background-color: #F4306C;
}
</style>
border-color css
<style>
span { border-color: #F4306C; }
span { border-color: rgb(244,48,108); }
td.TdClassName
{
border-color: #F4306C;
}
.TagClassName
{
border-color: #F4306C;
}
</style>