Shades of Radical Red #F93454
Tints of Radical Red #F93454
RGB
CMYK
RGB Variations
Color information
#F93454 (or 0xF93454) is known color: Radical Red. HEX triplet: F9, 34 and 54. RGB value is (249,52,84). Sum of RGB (Red+Green+Blue) = 249+52+84=385 (50% of max value = 765). Red value is 249 (97.66% from 255 or 64.68% from 385); Green value is 52 (20.70% from 255 or 13.51% from 385); Blue value is 84 (33.20% from 255 or 21.82% from 385); Max value from RGB is 249 - color contains mainly: red. Hex color #F93454 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F93454 is #06CBAB. Grayscale: #727272. Windows color (decimal): -445356 or 5518585. OLE color: 5518585.
HSL color Cylindrical-coordinate representation of color #F93454: hue angle of 350.25º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F93454 is Cyan = 0, Magento = 0.79, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 52 | 84 | - |
| CMYK | 0 | 0.79 | 0.66 | 0.02 |
| HSL | 350.25º | 0.94% | 0.59% | - |
| HSV(B) | 350.25º | 0.79% | 0.98% | - |
| XYZ | 41.9 | 23.24 | 10.66 | - |
| YUV | 114.55 | 110.77 | 223.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 52 | 84 | 0 | 0.79 | 0.66 | 0.02 | 350.25 | 0.94 | 0.59 |
| Hex | F9 | 34 | 54 | 0 | 4F | 42 | 2 | 15E | 5E | 3B |
| Octal | 371 | 64 | 124 | 0 | 117 | 102 | 2 | 536 | 136 | 73 |
| Binary | 11111001 | 110100 | 1010100 | 0 | 1001111 | 1000010 | 10 | 101011110 | 1011110 | 111011 |
Color Harmonies of #F93454
Complementary color
Monochromatic Colors of #F93454
Black with #F93454
Text Example
Text Example
White with #F93454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93454; }
p { color: rgb(249,52,84); }
H1.HeaderClassName
{
color: #F93454;
}
.AnyTagClassName
{
color: #F93454;
}
</style>
background-color css
<style>
a { background-color: #F93454; }
a { background-color: rgb(249,52,84); }
div.DivClassName
{
background-color: #F93454;
}
.BgClassName
{
background-color: #F93454;
}
</style>
border-color css
<style>
span { border-color: #F93454; }
span { border-color: rgb(249,52,84); }
td.TdClassName
{
border-color: #F93454;
}
.TagClassName
{
border-color: #F93454;
}
</style>