Shades of Radical Red #F93754
Tints of Radical Red #F93754
RGB
CMYK
RGB Variations
Color information
#F93754 (or 0xF93754) is known color: Radical Red. HEX triplet: F9, 37 and 54. RGB value is (249,55,84). Sum of RGB (Red+Green+Blue) = 249+55+84=388 (51% of max value = 765). Red value is 249 (97.66% from 255 or 64.18% from 388); Green value is 55 (21.88% from 255 or 14.18% from 388); Blue value is 84 (33.20% from 255 or 21.65% from 388); Max value from RGB is 249 - color contains mainly: red. Hex color #F93754 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F93754 is #06C8AB. Grayscale: #747474. Windows color (decimal): -444588 or 5519353. OLE color: 5519353.
HSL color Cylindrical-coordinate representation of color #F93754: hue angle of 351.03º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F93754 is Cyan = 0, Magento = 0.78, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 55 | 84 | - |
| CMYK | 0 | 0.78 | 0.66 | 0.02 |
| HSL | 351.03º | 0.94% | 0.6% | - |
| HSV(B) | 351.03º | 0.78% | 0.98% | - |
| XYZ | 42.03 | 23.51 | 10.71 | - |
| YUV | 116.31 | 109.77 | 222.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 55 | 84 | 0 | 0.78 | 0.66 | 0.02 | 351.03 | 0.94 | 0.6 |
| Hex | F9 | 37 | 54 | 0 | 4E | 42 | 2 | 15F | 5E | 3C |
| Octal | 371 | 67 | 124 | 0 | 116 | 102 | 2 | 537 | 136 | 74 |
| Binary | 11111001 | 110111 | 1010100 | 0 | 1001110 | 1000010 | 10 | 101011111 | 1011110 | 111100 |
Color Harmonies of #F93754
Complementary color
Monochromatic Colors of #F93754
Black with #F93754
Text Example
Text Example
White with #F93754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93754; }
p { color: rgb(249,55,84); }
H1.HeaderClassName
{
color: #F93754;
}
.AnyTagClassName
{
color: #F93754;
}
</style>
background-color css
<style>
a { background-color: #F93754; }
a { background-color: rgb(249,55,84); }
div.DivClassName
{
background-color: #F93754;
}
.BgClassName
{
background-color: #F93754;
}
</style>
border-color css
<style>
span { border-color: #F93754; }
span { border-color: rgb(249,55,84); }
td.TdClassName
{
border-color: #F93754;
}
.TagClassName
{
border-color: #F93754;
}
</style>