Shades of Radical Red #F93F73
Tints of Radical Red #F93F73
RGB
CMYK
RGB Variations
Color information
#F93F73 (or 0xF93F73) is known color: Radical Red. HEX triplet: F9, 3F and 73. RGB value is (249,63,115). Sum of RGB (Red+Green+Blue) = 249+63+115=427 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.31% from 427); Green value is 63 (25% from 255 or 14.75% from 427); Blue value is 115 (45.31% from 255 or 26.93% from 427); Max value from RGB is 249 - color contains mainly: red. Hex color #F93F73 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F93F73 is #06C08C. Grayscale: #7C7C7C. Windows color (decimal): -442509 or 7553017. OLE color: 7553017.
HSL color Cylindrical-coordinate representation of color #F93F73: hue angle of 343.23º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F93F73 is Cyan = 0, Magento = 0.75, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 63 | 115 | - |
| CMYK | 0 | 0.75 | 0.54 | 0.02 |
| HSL | 343.23º | 0.94% | 0.61% | - |
| HSV(B) | 343.23º | 0.75% | 0.98% | - |
| XYZ | 43.94 | 24.93 | 18.72 | - |
| YUV | 124.54 | 122.62 | 216.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 63 | 115 | 0 | 0.75 | 0.54 | 0.02 | 343.23 | 0.94 | 0.61 |
| Hex | F9 | 3F | 73 | 0 | 4B | 36 | 2 | 157 | 5E | 3D |
| Octal | 371 | 77 | 163 | 0 | 113 | 66 | 2 | 527 | 136 | 75 |
| Binary | 11111001 | 111111 | 1110011 | 0 | 1001011 | 110110 | 10 | 101010111 | 1011110 | 111101 |
Color Harmonies of #F93F73
Complementary color
Monochromatic Colors of #F93F73
Black with #F93F73
Text Example
Text Example
White with #F93F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93F73; }
p { color: rgb(249,63,115); }
H1.HeaderClassName
{
color: #F93F73;
}
.AnyTagClassName
{
color: #F93F73;
}
</style>
background-color css
<style>
a { background-color: #F93F73; }
a { background-color: rgb(249,63,115); }
div.DivClassName
{
background-color: #F93F73;
}
.BgClassName
{
background-color: #F93F73;
}
</style>
border-color css
<style>
span { border-color: #F93F73; }
span { border-color: rgb(249,63,115); }
td.TdClassName
{
border-color: #F93F73;
}
.TagClassName
{
border-color: #F93F73;
}
</style>