Shades of Radical Red #F84E5C
Tints of Radical Red #F84E5C
RGB
CMYK
RGB Variations
Color information
#F84E5C (or 0xF84E5C) is known color: Radical Red. HEX triplet: F8, 4E and 5C. RGB value is (248,78,92). Sum of RGB (Red+Green+Blue) = 248+78+92=418 (55% of max value = 765). Red value is 248 (97.27% from 255 or 59.33% from 418); Green value is 78 (30.86% from 255 or 18.66% from 418); Blue value is 92 (36.33% from 255 or 22.01% from 418); Max value from RGB is 248 - color contains mainly: red. Hex color #F84E5C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F84E5C is #07B1A3. Grayscale: #828282. Windows color (decimal): -504228 or 6049528. OLE color: 6049528.
HSL color Cylindrical-coordinate representation of color #F84E5C: hue angle of 355.06º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F84E5C is Cyan = 0, Magento = 0.69, Yellow = 0.63 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 78 | 92 | - |
| CMYK | 0 | 0.69 | 0.63 | 0.03 |
| HSL | 355.06º | 0.92% | 0.64% | - |
| HSV(B) | 355.06º | 0.69% | 0.97% | - |
| XYZ | 43.37 | 26.18 | 12.89 | - |
| YUV | 130.43 | 106.32 | 211.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 78 | 92 | 0 | 0.69 | 0.63 | 0.03 | 355.06 | 0.92 | 0.64 |
| Hex | F8 | 4E | 5C | 0 | 45 | 3F | 3 | 163 | 5C | 40 |
| Octal | 370 | 116 | 134 | 0 | 105 | 77 | 3 | 543 | 134 | 100 |
| Binary | 11111000 | 1001110 | 1011100 | 0 | 1000101 | 111111 | 11 | 101100011 | 1011100 | 1000000 |
Color Harmonies of #F84E5C
Complementary color
Monochromatic Colors of #F84E5C
Black with #F84E5C
Text Example
Text Example
White with #F84E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84E5C; }
p { color: rgb(248,78,92); }
H1.HeaderClassName
{
color: #F84E5C;
}
.AnyTagClassName
{
color: #F84E5C;
}
</style>
background-color css
<style>
a { background-color: #F84E5C; }
a { background-color: rgb(248,78,92); }
div.DivClassName
{
background-color: #F84E5C;
}
.BgClassName
{
background-color: #F84E5C;
}
</style>
border-color css
<style>
span { border-color: #F84E5C; }
span { border-color: rgb(248,78,92); }
td.TdClassName
{
border-color: #F84E5C;
}
.TagClassName
{
border-color: #F84E5C;
}
</style>