Shades of Radical Red #F93B4A
Tints of Radical Red #F93B4A
RGB
CMYK
RGB Variations
Color information
#F93B4A (or 0xF93B4A) is known color: Radical Red. HEX triplet: F9, 3B and 4A. RGB value is (249,59,74). Sum of RGB (Red+Green+Blue) = 249+59+74=382 (50% of max value = 765). Red value is 249 (97.66% from 255 or 65.18% from 382); Green value is 59 (23.44% from 255 or 15.45% from 382); Blue value is 74 (29.30% from 255 or 19.37% from 382); Max value from RGB is 249 - color contains mainly: red. Hex color #F93B4A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F93B4A is #06C4B5. Grayscale: #757575. Windows color (decimal): -443574 or 4865017. OLE color: 4865017.
HSL color Cylindrical-coordinate representation of color #F93B4A: hue angle of 355.26º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F93B4A is Cyan = 0, Magento = 0.76, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 59 | 74 | - |
| CMYK | 0 | 0.76 | 0.70 | 0.02 |
| HSL | 355.26º | 0.94% | 0.6% | - |
| HSV(B) | 355.26º | 0.76% | 0.98% | - |
| XYZ | 41.87 | 23.76 | 8.86 | - |
| YUV | 117.52 | 103.45 | 221.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 59 | 74 | 0 | 0.76 | 0.70 | 0.02 | 355.26 | 0.94 | 0.6 |
| Hex | F9 | 3B | 4A | 0 | 4C | 46 | 2 | 163 | 5E | 3C |
| Octal | 371 | 73 | 112 | 0 | 114 | 106 | 2 | 543 | 136 | 74 |
| Binary | 11111001 | 111011 | 1001010 | 0 | 1001100 | 1000110 | 10 | 101100011 | 1011110 | 111100 |
Color Harmonies of #F93B4A
Complementary color
Monochromatic Colors of #F93B4A
Black with #F93B4A
Text Example
Text Example
White with #F93B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93B4A; }
p { color: rgb(249,59,74); }
H1.HeaderClassName
{
color: #F93B4A;
}
.AnyTagClassName
{
color: #F93B4A;
}
</style>
background-color css
<style>
a { background-color: #F93B4A; }
a { background-color: rgb(249,59,74); }
div.DivClassName
{
background-color: #F93B4A;
}
.BgClassName
{
background-color: #F93B4A;
}
</style>
border-color css
<style>
span { border-color: #F93B4A; }
span { border-color: rgb(249,59,74); }
td.TdClassName
{
border-color: #F93B4A;
}
.TagClassName
{
border-color: #F93B4A;
}
</style>