Shades of Radical Red #F93C69
Tints of Radical Red #F93C69
RGB
CMYK
RGB Variations
Color information
#F93C69 (or 0xF93C69) is known color: Radical Red. HEX triplet: F9, 3C and 69. RGB value is (249,60,105). Sum of RGB (Red+Green+Blue) = 249+60+105=414 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60.14% from 414); Green value is 60 (23.83% from 255 or 14.49% from 414); Blue value is 105 (41.41% from 255 or 25.36% from 414); Max value from RGB is 249 - color contains mainly: red. Hex color #F93C69 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F93C69 is #06C396. Grayscale: #797979. Windows color (decimal): -443287 or 6896889. OLE color: 6896889.
HSL color Cylindrical-coordinate representation of color #F93C69: hue angle of 345.71º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F93C69 is Cyan = 0, Magento = 0.76, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 60 | 105 | - |
| CMYK | 0 | 0.76 | 0.58 | 0.02 |
| HSL | 345.71º | 0.94% | 0.61% | - |
| HSV(B) | 345.71º | 0.76% | 0.98% | - |
| XYZ | 43.23 | 24.39 | 15.79 | - |
| YUV | 121.64 | 118.62 | 218.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 60 | 105 | 0 | 0.76 | 0.58 | 0.02 | 345.71 | 0.94 | 0.61 |
| Hex | F9 | 3C | 69 | 0 | 4C | 3A | 2 | 15A | 5E | 3D |
| Octal | 371 | 74 | 151 | 0 | 114 | 72 | 2 | 532 | 136 | 75 |
| Binary | 11111001 | 111100 | 1101001 | 0 | 1001100 | 111010 | 10 | 101011010 | 1011110 | 111101 |
Color Harmonies of #F93C69
Complementary color
Monochromatic Colors of #F93C69
Black with #F93C69
Text Example
Text Example
White with #F93C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93C69; }
p { color: rgb(249,60,105); }
H1.HeaderClassName
{
color: #F93C69;
}
.AnyTagClassName
{
color: #F93C69;
}
</style>
background-color css
<style>
a { background-color: #F93C69; }
a { background-color: rgb(249,60,105); }
div.DivClassName
{
background-color: #F93C69;
}
.BgClassName
{
background-color: #F93C69;
}
</style>
border-color css
<style>
span { border-color: #F93C69; }
span { border-color: rgb(249,60,105); }
td.TdClassName
{
border-color: #F93C69;
}
.TagClassName
{
border-color: #F93C69;
}
</style>