Shades of Radical Red #F94172
Tints of Radical Red #F94172
RGB
CMYK
RGB Variations
Color information
#F94172 (or 0xF94172) is known color: Radical Red. HEX triplet: F9, 41 and 72. RGB value is (249,65,114). Sum of RGB (Red+Green+Blue) = 249+65+114=428 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.18% from 428); Green value is 65 (25.78% from 255 or 15.19% from 428); Blue value is 114 (44.92% from 255 or 26.64% from 428); Max value from RGB is 249 - color contains mainly: red. Hex color #F94172 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F94172 is #06BE8D. Grayscale: #7D7D7D. Windows color (decimal): -441998 or 7487993. OLE color: 7487993.
HSL color Cylindrical-coordinate representation of color #F94172: hue angle of 344.02º 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 #F94172 is Cyan = 0, Magento = 0.74, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 65 | 114 | - |
| CMYK | 0 | 0.74 | 0.54 | 0.02 |
| HSL | 344.02º | 0.94% | 0.62% | - |
| HSV(B) | 344.02º | 0.74% | 0.98% | - |
| XYZ | 43.99 | 25.14 | 18.45 | - |
| YUV | 125.6 | 121.46 | 216.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 65 | 114 | 0 | 0.74 | 0.54 | 0.02 | 344.02 | 0.94 | 0.62 |
| Hex | F9 | 41 | 72 | 0 | 4A | 36 | 2 | 158 | 5E | 3E |
| Octal | 371 | 101 | 162 | 0 | 112 | 66 | 2 | 530 | 136 | 76 |
| Binary | 11111001 | 1000001 | 1110010 | 0 | 1001010 | 110110 | 10 | 101011000 | 1011110 | 111110 |
Color Harmonies of #F94172
Complementary color
Monochromatic Colors of #F94172
Black with #F94172
Text Example
Text Example
White with #F94172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94172; }
p { color: rgb(249,65,114); }
H1.HeaderClassName
{
color: #F94172;
}
.AnyTagClassName
{
color: #F94172;
}
</style>
background-color css
<style>
a { background-color: #F94172; }
a { background-color: rgb(249,65,114); }
div.DivClassName
{
background-color: #F94172;
}
.BgClassName
{
background-color: #F94172;
}
</style>
border-color css
<style>
span { border-color: #F94172; }
span { border-color: rgb(249,65,114); }
td.TdClassName
{
border-color: #F94172;
}
.TagClassName
{
border-color: #F94172;
}
</style>