Shades of Radical Red #F8466B
Tints of Radical Red #F8466B
RGB
CMYK
RGB Variations
Color information
#F8466B (or 0xF8466B) is known color: Radical Red. HEX triplet: F8, 46 and 6B. RGB value is (248,70,107). Sum of RGB (Red+Green+Blue) = 248+70+107=425 (56% of max value = 765). Red value is 248 (97.27% from 255 or 58.35% from 425); Green value is 70 (27.73% from 255 or 16.47% from 425); Blue value is 107 (42.19% from 255 or 25.18% from 425); Max value from RGB is 248 - color contains mainly: red. Hex color #F8466B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F8466B is #07B994. Grayscale: #7F7F7F. Windows color (decimal): -506261 or 7030520. OLE color: 7030520.
HSL color Cylindrical-coordinate representation of color #F8466B: hue angle of 347.53º 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 #F8466B is Cyan = 0, Magento = 0.72, Yellow = 0.57 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 70 | 107 | - |
| CMYK | 0 | 0.72 | 0.57 | 0.03 |
| HSL | 347.53º | 0.93% | 0.62% | - |
| HSV(B) | 347.53º | 0.72% | 0.97% | - |
| XYZ | 43.56 | 25.4 | 16.52 | - |
| YUV | 127.44 | 116.47 | 213.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 70 | 107 | 0 | 0.72 | 0.57 | 0.03 | 347.53 | 0.93 | 0.62 |
| Hex | F8 | 46 | 6B | 0 | 48 | 39 | 3 | 15C | 5D | 3E |
| Octal | 370 | 106 | 153 | 0 | 110 | 71 | 3 | 534 | 135 | 76 |
| Binary | 11111000 | 1000110 | 1101011 | 0 | 1001000 | 111001 | 11 | 101011100 | 1011101 | 111110 |
Color Harmonies of #F8466B
Complementary color
Monochromatic Colors of #F8466B
Black with #F8466B
Text Example
Text Example
White with #F8466B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8466B; }
p { color: rgb(248,70,107); }
H1.HeaderClassName
{
color: #F8466B;
}
.AnyTagClassName
{
color: #F8466B;
}
</style>
background-color css
<style>
a { background-color: #F8466B; }
a { background-color: rgb(248,70,107); }
div.DivClassName
{
background-color: #F8466B;
}
.BgClassName
{
background-color: #F8466B;
}
</style>
border-color css
<style>
span { border-color: #F8466B; }
span { border-color: rgb(248,70,107); }
td.TdClassName
{
border-color: #F8466B;
}
.TagClassName
{
border-color: #F8466B;
}
</style>