Shades of Radical Red #F94367
Tints of Radical Red #F94367
RGB
CMYK
RGB Variations
Color information
#F94367 (or 0xF94367) is known color: Radical Red. HEX triplet: F9, 43 and 67. RGB value is (249,67,103). Sum of RGB (Red+Green+Blue) = 249+67+103=419 (55% of max value = 765). Red value is 249 (97.66% from 255 or 59.43% from 419); Green value is 67 (26.56% from 255 or 15.99% from 419); Blue value is 103 (40.62% from 255 or 24.58% from 419); Max value from RGB is 249 - color contains mainly: red. Hex color #F94367 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F94367 is #06BC98. Grayscale: #7D7D7D. Windows color (decimal): -441497 or 6767609. OLE color: 6767609.
HSL color Cylindrical-coordinate representation of color #F94367: hue angle of 348.13º 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 #F94367 is Cyan = 0, Magento = 0.73, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 67 | 103 | - |
| CMYK | 0 | 0.73 | 0.59 | 0.02 |
| HSL | 348.13º | 0.94% | 0.62% | - |
| HSV(B) | 348.13º | 0.73% | 0.98% | - |
| XYZ | 43.52 | 25.13 | 15.39 | - |
| YUV | 125.52 | 115.3 | 216.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 67 | 103 | 0 | 0.73 | 0.59 | 0.02 | 348.13 | 0.94 | 0.62 |
| Hex | F9 | 43 | 67 | 0 | 49 | 3B | 2 | 15C | 5E | 3E |
| Octal | 371 | 103 | 147 | 0 | 111 | 73 | 2 | 534 | 136 | 76 |
| Binary | 11111001 | 1000011 | 1100111 | 0 | 1001001 | 111011 | 10 | 101011100 | 1011110 | 111110 |
Color Harmonies of #F94367
Complementary color
Monochromatic Colors of #F94367
Black with #F94367
Text Example
Text Example
White with #F94367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94367; }
p { color: rgb(249,67,103); }
H1.HeaderClassName
{
color: #F94367;
}
.AnyTagClassName
{
color: #F94367;
}
</style>
background-color css
<style>
a { background-color: #F94367; }
a { background-color: rgb(249,67,103); }
div.DivClassName
{
background-color: #F94367;
}
.BgClassName
{
background-color: #F94367;
}
</style>
border-color css
<style>
span { border-color: #F94367; }
span { border-color: rgb(249,67,103); }
td.TdClassName
{
border-color: #F94367;
}
.TagClassName
{
border-color: #F94367;
}
</style>