Shades of Radical Red #FB3C42
Tints of Radical Red #FB3C42
RGB
CMYK
RGB Variations
Color information
#FB3C42 (or 0xFB3C42) is known color: Radical Red. HEX triplet: FB, 3C and 42. RGB value is (251,60,66). Sum of RGB (Red+Green+Blue) = 251+60+66=377 (49% of max value = 765). Red value is 251 (98.44% from 255 or 66.58% from 377); Green value is 60 (23.83% from 255 or 15.92% from 377); Blue value is 66 (26.17% from 255 or 17.51% from 377); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3C42 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB3C42 is #04C3BD. Grayscale: #757575. Windows color (decimal): -312254 or 4340987. OLE color: 4340987.
HSL color Cylindrical-coordinate representation of color #FB3C42: hue angle of 358.12º degrees, saturation: 0.96, 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 #FB3C42 is Cyan = 0, Magento = 0.76, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 60 | 66 | - |
| CMYK | 0 | 0.76 | 0.74 | 0.02 |
| HSL | 358.12º | 0.96% | 0.61% | - |
| HSV(B) | 358.12º | 0.76% | 0.98% | - |
| XYZ | 42.38 | 24.13 | 7.58 | - |
| YUV | 117.79 | 98.78 | 223.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 60 | 66 | 0 | 0.76 | 0.74 | 0.02 | 358.12 | 0.96 | 0.61 |
| Hex | FB | 3C | 42 | 0 | 4C | 4A | 2 | 166 | 60 | 3D |
| Octal | 373 | 74 | 102 | 0 | 114 | 112 | 2 | 546 | 140 | 75 |
| Binary | 11111011 | 111100 | 1000010 | 0 | 1001100 | 1001010 | 10 | 101100110 | 1100000 | 111101 |
Color Harmonies of #FB3C42
Complementary color
Monochromatic Colors of #FB3C42
Black with #FB3C42
Text Example
Text Example
White with #FB3C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3C42; }
p { color: rgb(251,60,66); }
H1.HeaderClassName
{
color: #FB3C42;
}
.AnyTagClassName
{
color: #FB3C42;
}
</style>
background-color css
<style>
a { background-color: #FB3C42; }
a { background-color: rgb(251,60,66); }
div.DivClassName
{
background-color: #FB3C42;
}
.BgClassName
{
background-color: #FB3C42;
}
</style>
border-color css
<style>
span { border-color: #FB3C42; }
span { border-color: rgb(251,60,66); }
td.TdClassName
{
border-color: #FB3C42;
}
.TagClassName
{
border-color: #FB3C42;
}
</style>