Shades of Radical Red #F84469
Tints of Radical Red #F84469
RGB
CMYK
RGB Variations
Color information
#F84469 (or 0xF84469) is known color: Radical Red. HEX triplet: F8, 44 and 69. RGB value is (248,68,105). Sum of RGB (Red+Green+Blue) = 248+68+105=421 (55% of max value = 765). Red value is 248 (97.27% from 255 or 58.91% from 421); Green value is 68 (26.95% from 255 or 16.15% from 421); Blue value is 105 (41.41% from 255 or 24.94% from 421); Max value from RGB is 248 - color contains mainly: red. Hex color #F84469 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F84469 is #07BB96. Grayscale: #7E7E7E. Windows color (decimal): -506775 or 6898936. OLE color: 6898936.
HSL color Cylindrical-coordinate representation of color #F84469: hue angle of 347.67º 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 #F84469 is Cyan = 0, Magento = 0.73, Yellow = 0.58 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 68 | 105 | - |
| CMYK | 0 | 0.73 | 0.58 | 0.03 |
| HSL | 347.67º | 0.93% | 0.62% | - |
| HSV(B) | 347.67º | 0.73% | 0.97% | - |
| XYZ | 43.33 | 25.11 | 15.93 | - |
| YUV | 126.04 | 116.13 | 214.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 68 | 105 | 0 | 0.73 | 0.58 | 0.03 | 347.67 | 0.93 | 0.62 |
| Hex | F8 | 44 | 69 | 0 | 49 | 3A | 3 | 15C | 5D | 3E |
| Octal | 370 | 104 | 151 | 0 | 111 | 72 | 3 | 534 | 135 | 76 |
| Binary | 11111000 | 1000100 | 1101001 | 0 | 1001001 | 111010 | 11 | 101011100 | 1011101 | 111110 |
Color Harmonies of #F84469
Complementary color
Monochromatic Colors of #F84469
Black with #F84469
Text Example
Text Example
White with #F84469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84469; }
p { color: rgb(248,68,105); }
H1.HeaderClassName
{
color: #F84469;
}
.AnyTagClassName
{
color: #F84469;
}
</style>
background-color css
<style>
a { background-color: #F84469; }
a { background-color: rgb(248,68,105); }
div.DivClassName
{
background-color: #F84469;
}
.BgClassName
{
background-color: #F84469;
}
</style>
border-color css
<style>
span { border-color: #F84469; }
span { border-color: rgb(248,68,105); }
td.TdClassName
{
border-color: #F84469;
}
.TagClassName
{
border-color: #F84469;
}
</style>