Shades of Radical Red #F94266
Tints of Radical Red #F94266
RGB
CMYK
RGB Variations
Color information
#F94266 (or 0xF94266) is known color: Radical Red. HEX triplet: F9, 42 and 66. RGB value is (249,66,102). Sum of RGB (Red+Green+Blue) = 249+66+102=417 (55% of max value = 765). Red value is 249 (97.66% from 255 or 59.71% from 417); Green value is 66 (26.17% from 255 or 15.83% from 417); Blue value is 102 (40.23% from 255 or 24.46% from 417); Max value from RGB is 249 - color contains mainly: red. Hex color #F94266 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F94266 is #06BD99. Grayscale: #7C7C7C. Windows color (decimal): -441754 or 6701817. OLE color: 6701817.
HSL color Cylindrical-coordinate representation of color #F94266: hue angle of 348.2º 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 #F94266 is Cyan = 0, Magento = 0.73, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 66 | 102 | - |
| CMYK | 0 | 0.73 | 0.59 | 0.02 |
| HSL | 348.2º | 0.94% | 0.62% | - |
| HSV(B) | 348.2º | 0.73% | 0.98% | - |
| XYZ | 43.41 | 25 | 15.11 | - |
| YUV | 124.82 | 115.13 | 216.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 66 | 102 | 0 | 0.73 | 0.59 | 0.02 | 348.2 | 0.94 | 0.62 |
| Hex | F9 | 42 | 66 | 0 | 49 | 3B | 2 | 15C | 5E | 3E |
| Octal | 371 | 102 | 146 | 0 | 111 | 73 | 2 | 534 | 136 | 76 |
| Binary | 11111001 | 1000010 | 1100110 | 0 | 1001001 | 111011 | 10 | 101011100 | 1011110 | 111110 |
Color Harmonies of #F94266
Complementary color
Monochromatic Colors of #F94266
Black with #F94266
Text Example
Text Example
White with #F94266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94266; }
p { color: rgb(249,66,102); }
H1.HeaderClassName
{
color: #F94266;
}
.AnyTagClassName
{
color: #F94266;
}
</style>
background-color css
<style>
a { background-color: #F94266; }
a { background-color: rgb(249,66,102); }
div.DivClassName
{
background-color: #F94266;
}
.BgClassName
{
background-color: #F94266;
}
</style>
border-color css
<style>
span { border-color: #F94266; }
span { border-color: rgb(249,66,102); }
td.TdClassName
{
border-color: #F94266;
}
.TagClassName
{
border-color: #F94266;
}
</style>