Shades of Radical Red #F84B5A
Tints of Radical Red #F84B5A
RGB
CMYK
RGB Variations
Color information
#F84B5A (or 0xF84B5A) is known color: Radical Red. HEX triplet: F8, 4B and 5A. RGB value is (248,75,90). Sum of RGB (Red+Green+Blue) = 248+75+90=413 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.05% from 413); Green value is 75 (29.69% from 255 or 18.16% from 413); Blue value is 90 (35.55% from 255 or 21.79% from 413); Max value from RGB is 248 - color contains mainly: red. Hex color #F84B5A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F84B5A is #07B4A5. Grayscale: #808080. Windows color (decimal): -504998 or 5917688. OLE color: 5917688.
HSL color Cylindrical-coordinate representation of color #F84B5A: hue angle of 354.8º 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 #F84B5A is Cyan = 0, Magento = 0.70, Yellow = 0.64 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 75 | 90 | - |
| CMYK | 0 | 0.70 | 0.64 | 0.03 |
| HSL | 354.8º | 0.93% | 0.63% | - |
| HSV(B) | 354.8º | 0.7% | 0.97% | - |
| XYZ | 43.07 | 25.73 | 12.37 | - |
| YUV | 128.44 | 106.31 | 213.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 75 | 90 | 0 | 0.70 | 0.64 | 0.03 | 354.8 | 0.93 | 0.63 |
| Hex | F8 | 4B | 5A | 0 | 46 | 40 | 3 | 163 | 5D | 3F |
| Octal | 370 | 113 | 132 | 0 | 106 | 100 | 3 | 543 | 135 | 77 |
| Binary | 11111000 | 1001011 | 1011010 | 0 | 1000110 | 1000000 | 11 | 101100011 | 1011101 | 111111 |
Color Harmonies of #F84B5A
Complementary color
Monochromatic Colors of #F84B5A
Black with #F84B5A
Text Example
Text Example
White with #F84B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84B5A; }
p { color: rgb(248,75,90); }
H1.HeaderClassName
{
color: #F84B5A;
}
.AnyTagClassName
{
color: #F84B5A;
}
</style>
background-color css
<style>
a { background-color: #F84B5A; }
a { background-color: rgb(248,75,90); }
div.DivClassName
{
background-color: #F84B5A;
}
.BgClassName
{
background-color: #F84B5A;
}
</style>
border-color css
<style>
span { border-color: #F84B5A; }
span { border-color: rgb(248,75,90); }
td.TdClassName
{
border-color: #F84B5A;
}
.TagClassName
{
border-color: #F84B5A;
}
</style>