Shades of Radical Red #F94069
Tints of Radical Red #F94069
RGB
CMYK
RGB Variations
Color information
#F94069 (or 0xF94069) is known color: Radical Red. HEX triplet: F9, 40 and 69. RGB value is (249,64,105). Sum of RGB (Red+Green+Blue) = 249+64+105=418 (55% of max value = 765). Red value is 249 (97.66% from 255 or 59.57% from 418); Green value is 64 (25.39% from 255 or 15.31% from 418); Blue value is 105 (41.41% from 255 or 25.12% from 418); Max value from RGB is 249 - color contains mainly: red. Hex color #F94069 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F94069 is #06BF96. Grayscale: #7C7C7C. Windows color (decimal): -442263 or 6897913. OLE color: 6897913.
HSL color Cylindrical-coordinate representation of color #F94069: hue angle of 346.7º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F94069 is Cyan = 0, Magento = 0.74, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 64 | 105 | - |
| CMYK | 0 | 0.74 | 0.58 | 0.02 |
| HSL | 346.7º | 0.94% | 0.61% | - |
| HSV(B) | 346.7º | 0.74% | 0.98% | - |
| XYZ | 43.45 | 24.83 | 15.87 | - |
| YUV | 123.99 | 117.29 | 217.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 64 | 105 | 0 | 0.74 | 0.58 | 0.02 | 346.7 | 0.94 | 0.61 |
| Hex | F9 | 40 | 69 | 0 | 4A | 3A | 2 | 15B | 5E | 3D |
| Octal | 371 | 100 | 151 | 0 | 112 | 72 | 2 | 533 | 136 | 75 |
| Binary | 11111001 | 1000000 | 1101001 | 0 | 1001010 | 111010 | 10 | 101011011 | 1011110 | 111101 |
Color Harmonies of #F94069
Complementary color
Monochromatic Colors of #F94069
Black with #F94069
Text Example
Text Example
White with #F94069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94069; }
p { color: rgb(249,64,105); }
H1.HeaderClassName
{
color: #F94069;
}
.AnyTagClassName
{
color: #F94069;
}
</style>
background-color css
<style>
a { background-color: #F94069; }
a { background-color: rgb(249,64,105); }
div.DivClassName
{
background-color: #F94069;
}
.BgClassName
{
background-color: #F94069;
}
</style>
border-color css
<style>
span { border-color: #F94069; }
span { border-color: rgb(249,64,105); }
td.TdClassName
{
border-color: #F94069;
}
.TagClassName
{
border-color: #F94069;
}
</style>