Shades of Radical Red #F93D69
Tints of Radical Red #F93D69
RGB
CMYK
RGB Variations
Color information
#F93D69 (or 0xF93D69) is known color: Radical Red. HEX triplet: F9, 3D and 69. RGB value is (249,61,105). Sum of RGB (Red+Green+Blue) = 249+61+105=415 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60% from 415); Green value is 61 (24.22% from 255 or 14.70% from 415); Blue value is 105 (41.41% from 255 or 25.30% from 415); Max value from RGB is 249 - color contains mainly: red. Hex color #F93D69 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F93D69 is #06C296. Grayscale: #7A7A7A. Windows color (decimal): -443031 or 6897145. OLE color: 6897145.
HSL color Cylindrical-coordinate representation of color #F93D69: hue angle of 345.96º 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 #F93D69 is Cyan = 0, Magento = 0.76, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 61 | 105 | - |
| CMYK | 0 | 0.76 | 0.58 | 0.02 |
| HSL | 345.96º | 0.94% | 0.61% | - |
| HSV(B) | 345.96º | 0.76% | 0.98% | - |
| XYZ | 43.29 | 24.5 | 15.81 | - |
| YUV | 122.23 | 118.28 | 218.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 61 | 105 | 0 | 0.76 | 0.58 | 0.02 | 345.96 | 0.94 | 0.61 |
| Hex | F9 | 3D | 69 | 0 | 4C | 3A | 2 | 15A | 5E | 3D |
| Octal | 371 | 75 | 151 | 0 | 114 | 72 | 2 | 532 | 136 | 75 |
| Binary | 11111001 | 111101 | 1101001 | 0 | 1001100 | 111010 | 10 | 101011010 | 1011110 | 111101 |
Color Harmonies of #F93D69
Complementary color
Monochromatic Colors of #F93D69
Black with #F93D69
Text Example
Text Example
White with #F93D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93D69; }
p { color: rgb(249,61,105); }
H1.HeaderClassName
{
color: #F93D69;
}
.AnyTagClassName
{
color: #F93D69;
}
</style>
background-color css
<style>
a { background-color: #F93D69; }
a { background-color: rgb(249,61,105); }
div.DivClassName
{
background-color: #F93D69;
}
.BgClassName
{
background-color: #F93D69;
}
</style>
border-color css
<style>
span { border-color: #F93D69; }
span { border-color: rgb(249,61,105); }
td.TdClassName
{
border-color: #F93D69;
}
.TagClassName
{
border-color: #F93D69;
}
</style>