Shades of Radical Red #FB3C41
Tints of Radical Red #FB3C41
RGB
CMYK
RGB Variations
Color information
#FB3C41 (or 0xFB3C41) is known color: Radical Red. HEX triplet: FB, 3C and 41. RGB value is (251,60,65). Sum of RGB (Red+Green+Blue) = 251+60+65=376 (49% of max value = 765). Red value is 251 (98.44% from 255 or 66.76% from 376); Green value is 60 (23.83% from 255 or 15.96% from 376); Blue value is 65 (25.78% from 255 or 17.29% from 376); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3C41 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB3C41 is #04C3BE. Grayscale: #757575. Windows color (decimal): -312255 or 4275451. OLE color: 4275451.
HSL color Cylindrical-coordinate representation of color #FB3C41: hue angle of 358.43º 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 #FB3C41 is Cyan = 0, Magento = 0.76, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 60 | 65 | - |
| CMYK | 0 | 0.76 | 0.74 | 0.02 |
| HSL | 358.43º | 0.96% | 0.61% | - |
| HSV(B) | 358.43º | 0.76% | 0.98% | - |
| XYZ | 42.35 | 24.12 | 7.42 | - |
| YUV | 117.68 | 98.28 | 223.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 60 | 65 | 0 | 0.76 | 0.74 | 0.02 | 358.43 | 0.96 | 0.61 |
| Hex | FB | 3C | 41 | 0 | 4C | 4A | 2 | 166 | 60 | 3D |
| Octal | 373 | 74 | 101 | 0 | 114 | 112 | 2 | 546 | 140 | 75 |
| Binary | 11111011 | 111100 | 1000001 | 0 | 1001100 | 1001010 | 10 | 101100110 | 1100000 | 111101 |
Color Harmonies of #FB3C41
Complementary color
Monochromatic Colors of #FB3C41
Black with #FB3C41
Text Example
Text Example
White with #FB3C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3C41; }
p { color: rgb(251,60,65); }
H1.HeaderClassName
{
color: #FB3C41;
}
.AnyTagClassName
{
color: #FB3C41;
}
</style>
background-color css
<style>
a { background-color: #FB3C41; }
a { background-color: rgb(251,60,65); }
div.DivClassName
{
background-color: #FB3C41;
}
.BgClassName
{
background-color: #FB3C41;
}
</style>
border-color css
<style>
span { border-color: #FB3C41; }
span { border-color: rgb(251,60,65); }
td.TdClassName
{
border-color: #FB3C41;
}
.TagClassName
{
border-color: #FB3C41;
}
</style>