Shades of Radical Red #F94369
Tints of Radical Red #F94369
RGB
CMYK
RGB Variations
Color information
#F94369 (or 0xF94369) is known color: Radical Red. HEX triplet: F9, 43 and 69. RGB value is (249,67,105). Sum of RGB (Red+Green+Blue) = 249+67+105=421 (55% of max value = 765). Red value is 249 (97.66% from 255 or 59.14% from 421); Green value is 67 (26.56% from 255 or 15.91% from 421); Blue value is 105 (41.41% from 255 or 24.94% from 421); Max value from RGB is 249 - color contains mainly: red. Hex color #F94369 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F94369 is #06BC96. Grayscale: #7D7D7D. Windows color (decimal): -441495 or 6898681. OLE color: 6898681.
HSL color Cylindrical-coordinate representation of color #F94369: hue angle of 347.47º 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 #F94369 is Cyan = 0, Magento = 0.73, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 67 | 105 | - |
| CMYK | 0 | 0.73 | 0.58 | 0.02 |
| HSL | 347.47º | 0.94% | 0.62% | - |
| HSV(B) | 347.47º | 0.73% | 0.98% | - |
| XYZ | 43.62 | 25.17 | 15.92 | - |
| YUV | 125.75 | 116.3 | 215.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 67 | 105 | 0 | 0.73 | 0.58 | 0.02 | 347.47 | 0.94 | 0.62 |
| Hex | F9 | 43 | 69 | 0 | 49 | 3A | 2 | 15B | 5E | 3E |
| Octal | 371 | 103 | 151 | 0 | 111 | 72 | 2 | 533 | 136 | 76 |
| Binary | 11111001 | 1000011 | 1101001 | 0 | 1001001 | 111010 | 10 | 101011011 | 1011110 | 111110 |
Color Harmonies of #F94369
Complementary color
Monochromatic Colors of #F94369
Black with #F94369
Text Example
Text Example
White with #F94369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94369; }
p { color: rgb(249,67,105); }
H1.HeaderClassName
{
color: #F94369;
}
.AnyTagClassName
{
color: #F94369;
}
</style>
background-color css
<style>
a { background-color: #F94369; }
a { background-color: rgb(249,67,105); }
div.DivClassName
{
background-color: #F94369;
}
.BgClassName
{
background-color: #F94369;
}
</style>
border-color css
<style>
span { border-color: #F94369; }
span { border-color: rgb(249,67,105); }
td.TdClassName
{
border-color: #F94369;
}
.TagClassName
{
border-color: #F94369;
}
</style>