Shades of Radical Red #F94453
Tints of Radical Red #F94453
RGB
CMYK
RGB Variations
Color information
#F94453 (or 0xF94453) is known color: Radical Red. HEX triplet: F9, 44 and 53. RGB value is (249,68,83). Sum of RGB (Red+Green+Blue) = 249+68+83=400 (52% of max value = 765). Red value is 249 (97.66% from 255 or 62.25% from 400); Green value is 68 (26.95% from 255 or 17% from 400); Blue value is 83 (32.81% from 255 or 20.75% from 400); Max value from RGB is 249 - color contains mainly: red. Hex color #F94453 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F94453 is #06BBAC. Grayscale: #7B7B7B. Windows color (decimal): -441261 or 5457145. OLE color: 5457145.
HSL color Cylindrical-coordinate representation of color #F94453: hue angle of 355.03º 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 #F94453 is Cyan = 0, Magento = 0.73, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 68 | 83 | - |
| CMYK | 0 | 0.73 | 0.67 | 0.02 |
| HSL | 355.03º | 0.94% | 0.62% | - |
| HSV(B) | 355.03º | 0.73% | 0.98% | - |
| XYZ | 42.7 | 24.9 | 10.74 | - |
| YUV | 123.83 | 104.97 | 217.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 68 | 83 | 0 | 0.73 | 0.67 | 0.02 | 355.03 | 0.94 | 0.62 |
| Hex | F9 | 44 | 53 | 0 | 49 | 43 | 2 | 163 | 5E | 3E |
| Octal | 371 | 104 | 123 | 0 | 111 | 103 | 2 | 543 | 136 | 76 |
| Binary | 11111001 | 1000100 | 1010011 | 0 | 1001001 | 1000011 | 10 | 101100011 | 1011110 | 111110 |
Color Harmonies of #F94453
Complementary color
Monochromatic Colors of #F94453
Black with #F94453
Text Example
Text Example
White with #F94453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94453; }
p { color: rgb(249,68,83); }
H1.HeaderClassName
{
color: #F94453;
}
.AnyTagClassName
{
color: #F94453;
}
</style>
background-color css
<style>
a { background-color: #F94453; }
a { background-color: rgb(249,68,83); }
div.DivClassName
{
background-color: #F94453;
}
.BgClassName
{
background-color: #F94453;
}
</style>
border-color css
<style>
span { border-color: #F94453; }
span { border-color: rgb(249,68,83); }
td.TdClassName
{
border-color: #F94453;
}
.TagClassName
{
border-color: #F94453;
}
</style>