Shades of Radical Red #F93A6D
Tints of Radical Red #F93A6D
RGB
CMYK
RGB Variations
Color information
#F93A6D (or 0xF93A6D) is known color: Radical Red. HEX triplet: F9, 3A and 6D. RGB value is (249,58,109). Sum of RGB (Red+Green+Blue) = 249+58+109=416 (55% of max value = 765). Red value is 249 (97.66% from 255 or 59.86% from 416); Green value is 58 (23.05% from 255 or 13.94% from 416); Blue value is 109 (42.97% from 255 or 26.20% from 416); Max value from RGB is 249 - color contains mainly: red. Hex color #F93A6D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F93A6D is #06C592. Grayscale: #787878. Windows color (decimal): -443795 or 7158521. OLE color: 7158521.
HSL color Cylindrical-coordinate representation of color #F93A6D: hue angle of 343.98º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F93A6D is Cyan = 0, Magento = 0.77, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 58 | 109 | - |
| CMYK | 0 | 0.77 | 0.56 | 0.02 |
| HSL | 343.98º | 0.94% | 0.6% | - |
| HSV(B) | 343.98º | 0.77% | 0.98% | - |
| XYZ | 43.34 | 24.27 | 16.87 | - |
| YUV | 120.92 | 121.28 | 219.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 58 | 109 | 0 | 0.77 | 0.56 | 0.02 | 343.98 | 0.94 | 0.6 |
| Hex | F9 | 3A | 6D | 0 | 4D | 38 | 2 | 158 | 5E | 3C |
| Octal | 371 | 72 | 155 | 0 | 115 | 70 | 2 | 530 | 136 | 74 |
| Binary | 11111001 | 111010 | 1101101 | 0 | 1001101 | 111000 | 10 | 101011000 | 1011110 | 111100 |
Color Harmonies of #F93A6D
Complementary color
Monochromatic Colors of #F93A6D
Black with #F93A6D
Text Example
Text Example
White with #F93A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93A6D; }
p { color: rgb(249,58,109); }
H1.HeaderClassName
{
color: #F93A6D;
}
.AnyTagClassName
{
color: #F93A6D;
}
</style>
background-color css
<style>
a { background-color: #F93A6D; }
a { background-color: rgb(249,58,109); }
div.DivClassName
{
background-color: #F93A6D;
}
.BgClassName
{
background-color: #F93A6D;
}
</style>
border-color css
<style>
span { border-color: #F93A6D; }
span { border-color: rgb(249,58,109); }
td.TdClassName
{
border-color: #F93A6D;
}
.TagClassName
{
border-color: #F93A6D;
}
</style>