Shades of Radical Red #F94168
Tints of Radical Red #F94168
RGB
CMYK
RGB Variations
Color information
#F94168 (or 0xF94168) is known color: Radical Red. HEX triplet: F9, 41 and 68. RGB value is (249,65,104). Sum of RGB (Red+Green+Blue) = 249+65+104=418 (55% of max value = 765). Red value is 249 (97.66% from 255 or 59.57% from 418); Green value is 65 (25.78% from 255 or 15.55% from 418); Blue value is 104 (41.02% from 255 or 24.88% from 418); Max value from RGB is 249 - color contains mainly: red. Hex color #F94168 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F94168 is #06BE97. Grayscale: #7C7C7C. Windows color (decimal): -442008 or 6832633. OLE color: 6832633.
HSL color Cylindrical-coordinate representation of color #F94168: hue angle of 347.28º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F94168 is Cyan = 0, Magento = 0.74, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 65 | 104 | - |
| CMYK | 0 | 0.74 | 0.58 | 0.02 |
| HSL | 347.28º | 0.94% | 0.62% | - |
| HSV(B) | 347.28º | 0.74% | 0.98% | - |
| XYZ | 43.46 | 24.92 | 15.62 | - |
| YUV | 124.46 | 116.46 | 216.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 65 | 104 | 0 | 0.74 | 0.58 | 0.02 | 347.28 | 0.94 | 0.62 |
| Hex | F9 | 41 | 68 | 0 | 4A | 3A | 2 | 15B | 5E | 3E |
| Octal | 371 | 101 | 150 | 0 | 112 | 72 | 2 | 533 | 136 | 76 |
| Binary | 11111001 | 1000001 | 1101000 | 0 | 1001010 | 111010 | 10 | 101011011 | 1011110 | 111110 |
Color Harmonies of #F94168
Complementary color
Monochromatic Colors of #F94168
Black with #F94168
Text Example
Text Example
White with #F94168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94168; }
p { color: rgb(249,65,104); }
H1.HeaderClassName
{
color: #F94168;
}
.AnyTagClassName
{
color: #F94168;
}
</style>
background-color css
<style>
a { background-color: #F94168; }
a { background-color: rgb(249,65,104); }
div.DivClassName
{
background-color: #F94168;
}
.BgClassName
{
background-color: #F94168;
}
</style>
border-color css
<style>
span { border-color: #F94168; }
span { border-color: rgb(249,65,104); }
td.TdClassName
{
border-color: #F94168;
}
.TagClassName
{
border-color: #F94168;
}
</style>