Shades of Radical Red #F94268
Tints of Radical Red #F94268
RGB
CMYK
RGB Variations
Color information
#F94268 (or 0xF94268) is known color: Radical Red. HEX triplet: F9, 42 and 68. RGB value is (249,66,104). Sum of RGB (Red+Green+Blue) = 249+66+104=419 (55% of max value = 765). Red value is 249 (97.66% from 255 or 59.43% from 419); Green value is 66 (26.17% from 255 or 15.75% from 419); Blue value is 104 (41.02% from 255 or 24.82% from 419); Max value from RGB is 249 - color contains mainly: red. Hex color #F94268 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F94268 is #06BD97. Grayscale: #7D7D7D. Windows color (decimal): -441752 or 6832889. OLE color: 6832889.
HSL color Cylindrical-coordinate representation of color #F94268: hue angle of 347.54º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F94268 is Cyan = 0, Magento = 0.73, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 66 | 104 | - |
| CMYK | 0 | 0.73 | 0.58 | 0.02 |
| HSL | 347.54º | 0.94% | 0.62% | - |
| HSV(B) | 347.54º | 0.73% | 0.98% | - |
| XYZ | 43.51 | 25.04 | 15.64 | - |
| YUV | 125.05 | 116.13 | 216.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 66 | 104 | 0 | 0.73 | 0.58 | 0.02 | 347.54 | 0.94 | 0.62 |
| Hex | F9 | 42 | 68 | 0 | 49 | 3A | 2 | 15C | 5E | 3E |
| Octal | 371 | 102 | 150 | 0 | 111 | 72 | 2 | 534 | 136 | 76 |
| Binary | 11111001 | 1000010 | 1101000 | 0 | 1001001 | 111010 | 10 | 101011100 | 1011110 | 111110 |
Color Harmonies of #F94268
Complementary color
Monochromatic Colors of #F94268
Black with #F94268
Text Example
Text Example
White with #F94268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94268; }
p { color: rgb(249,66,104); }
H1.HeaderClassName
{
color: #F94268;
}
.AnyTagClassName
{
color: #F94268;
}
</style>
background-color css
<style>
a { background-color: #F94268; }
a { background-color: rgb(249,66,104); }
div.DivClassName
{
background-color: #F94268;
}
.BgClassName
{
background-color: #F94268;
}
</style>
border-color css
<style>
span { border-color: #F94268; }
span { border-color: rgb(249,66,104); }
td.TdClassName
{
border-color: #F94268;
}
.TagClassName
{
border-color: #F94268;
}
</style>