Shades of Radical Red #F84269
Tints of Radical Red #F84269
RGB
CMYK
RGB Variations
Color information
#F84269 (or 0xF84269) is known color: Radical Red. HEX triplet: F8, 42 and 69. RGB value is (248,66,105). Sum of RGB (Red+Green+Blue) = 248+66+105=419 (55% of max value = 765). Red value is 248 (97.27% from 255 or 59.19% from 419); Green value is 66 (26.17% from 255 or 15.75% from 419); Blue value is 105 (41.41% from 255 or 25.06% from 419); Max value from RGB is 248 - color contains mainly: red. Hex color #F84269 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F84269 is #07BD96. Grayscale: #7C7C7C. Windows color (decimal): -507287 or 6898424. OLE color: 6898424.
HSL color Cylindrical-coordinate representation of color #F84269: hue angle of 347.14º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F84269 is Cyan = 0, Magento = 0.73, Yellow = 0.58 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 66 | 105 | - |
| CMYK | 0 | 0.73 | 0.58 | 0.03 |
| HSL | 347.14º | 0.93% | 0.62% | - |
| HSV(B) | 347.14º | 0.73% | 0.97% | - |
| XYZ | 43.21 | 24.87 | 15.89 | - |
| YUV | 124.86 | 116.8 | 215.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 66 | 105 | 0 | 0.73 | 0.58 | 0.03 | 347.14 | 0.93 | 0.62 |
| Hex | F8 | 42 | 69 | 0 | 49 | 3A | 3 | 15B | 5D | 3E |
| Octal | 370 | 102 | 151 | 0 | 111 | 72 | 3 | 533 | 135 | 76 |
| Binary | 11111000 | 1000010 | 1101001 | 0 | 1001001 | 111010 | 11 | 101011011 | 1011101 | 111110 |
Color Harmonies of #F84269
Complementary color
Monochromatic Colors of #F84269
Black with #F84269
Text Example
Text Example
White with #F84269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84269; }
p { color: rgb(248,66,105); }
H1.HeaderClassName
{
color: #F84269;
}
.AnyTagClassName
{
color: #F84269;
}
</style>
background-color css
<style>
a { background-color: #F84269; }
a { background-color: rgb(248,66,105); }
div.DivClassName
{
background-color: #F84269;
}
.BgClassName
{
background-color: #F84269;
}
</style>
border-color css
<style>
span { border-color: #F84269; }
span { border-color: rgb(248,66,105); }
td.TdClassName
{
border-color: #F84269;
}
.TagClassName
{
border-color: #F84269;
}
</style>