Shades of Radical Red #F8466A
Tints of Radical Red #F8466A
RGB
CMYK
RGB Variations
Color information
#F8466A (or 0xF8466A) is known color: Radical Red. HEX triplet: F8, 46 and 6A. RGB value is (248,70,106). Sum of RGB (Red+Green+Blue) = 248+70+106=424 (56% of max value = 765). Red value is 248 (97.27% from 255 or 58.49% from 424); Green value is 70 (27.73% from 255 or 16.51% from 424); Blue value is 106 (41.80% from 255 or 25% from 424); Max value from RGB is 248 - color contains mainly: red. Hex color #F8466A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F8466A is #07B995. Grayscale: #7F7F7F. Windows color (decimal): -506262 or 6964984. OLE color: 6964984.
HSL color Cylindrical-coordinate representation of color #F8466A: hue angle of 347.87º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F8466A is Cyan = 0, Magento = 0.72, Yellow = 0.57 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 70 | 106 | - |
| CMYK | 0 | 0.72 | 0.57 | 0.03 |
| HSL | 347.87º | 0.93% | 0.62% | - |
| HSV(B) | 347.87º | 0.72% | 0.97% | - |
| XYZ | 43.5 | 25.38 | 16.24 | - |
| YUV | 127.33 | 115.97 | 214.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 70 | 106 | 0 | 0.72 | 0.57 | 0.03 | 347.87 | 0.93 | 0.62 |
| Hex | F8 | 46 | 6A | 0 | 48 | 39 | 3 | 15C | 5D | 3E |
| Octal | 370 | 106 | 152 | 0 | 110 | 71 | 3 | 534 | 135 | 76 |
| Binary | 11111000 | 1000110 | 1101010 | 0 | 1001000 | 111001 | 11 | 101011100 | 1011101 | 111110 |
Color Harmonies of #F8466A
Complementary color
Monochromatic Colors of #F8466A
Black with #F8466A
Text Example
Text Example
White with #F8466A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8466A; }
p { color: rgb(248,70,106); }
H1.HeaderClassName
{
color: #F8466A;
}
.AnyTagClassName
{
color: #F8466A;
}
</style>
background-color css
<style>
a { background-color: #F8466A; }
a { background-color: rgb(248,70,106); }
div.DivClassName
{
background-color: #F8466A;
}
.BgClassName
{
background-color: #F8466A;
}
</style>
border-color css
<style>
span { border-color: #F8466A; }
span { border-color: rgb(248,70,106); }
td.TdClassName
{
border-color: #F8466A;
}
.TagClassName
{
border-color: #F8466A;
}
</style>