Shades of Radical Red #F84A5C
Tints of Radical Red #F84A5C
RGB
CMYK
RGB Variations
Color information
#F84A5C (or 0xF84A5C) is known color: Radical Red. HEX triplet: F8, 4A and 5C. RGB value is (248,74,92). Sum of RGB (Red+Green+Blue) = 248+74+92=414 (54% of max value = 765). Red value is 248 (97.27% from 255 or 59.90% from 414); Green value is 74 (29.30% from 255 or 17.87% from 414); Blue value is 92 (36.33% from 255 or 22.22% from 414); Max value from RGB is 248 - color contains mainly: red. Hex color #F84A5C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F84A5C is #07B5A3. Grayscale: #808080. Windows color (decimal): -505252 or 6048504. OLE color: 6048504.
HSL color Cylindrical-coordinate representation of color #F84A5C: hue angle of 353.79º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F84A5C is Cyan = 0, Magento = 0.70, Yellow = 0.63 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 74 | 92 | - |
| CMYK | 0 | 0.70 | 0.63 | 0.03 |
| HSL | 353.79º | 0.93% | 0.63% | - |
| HSV(B) | 353.79º | 0.7% | 0.97% | - |
| XYZ | 43.09 | 25.63 | 12.8 | - |
| YUV | 128.08 | 107.65 | 213.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 74 | 92 | 0 | 0.70 | 0.63 | 0.03 | 353.79 | 0.93 | 0.63 |
| Hex | F8 | 4A | 5C | 0 | 46 | 3F | 3 | 162 | 5D | 3F |
| Octal | 370 | 112 | 134 | 0 | 106 | 77 | 3 | 542 | 135 | 77 |
| Binary | 11111000 | 1001010 | 1011100 | 0 | 1000110 | 111111 | 11 | 101100010 | 1011101 | 111111 |
Color Harmonies of #F84A5C
Complementary color
Monochromatic Colors of #F84A5C
Black with #F84A5C
Text Example
Text Example
White with #F84A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84A5C; }
p { color: rgb(248,74,92); }
H1.HeaderClassName
{
color: #F84A5C;
}
.AnyTagClassName
{
color: #F84A5C;
}
</style>
background-color css
<style>
a { background-color: #F84A5C; }
a { background-color: rgb(248,74,92); }
div.DivClassName
{
background-color: #F84A5C;
}
.BgClassName
{
background-color: #F84A5C;
}
</style>
border-color css
<style>
span { border-color: #F84A5C; }
span { border-color: rgb(248,74,92); }
td.TdClassName
{
border-color: #F84A5C;
}
.TagClassName
{
border-color: #F84A5C;
}
</style>