Shades of Radical Red #FB414D
Tints of Radical Red #FB414D
RGB
CMYK
RGB Variations
Color information
#FB414D (or 0xFB414D) is known color: Radical Red. HEX triplet: FB, 41 and 4D. RGB value is (251,65,77). Sum of RGB (Red+Green+Blue) = 251+65+77=393 (52% of max value = 765). Red value is 251 (98.44% from 255 or 63.87% from 393); Green value is 65 (25.78% from 255 or 16.54% from 393); Blue value is 77 (30.47% from 255 or 19.59% from 393); Max value from RGB is 251 - color contains mainly: red. Hex color #FB414D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB414D is #04BEB2. Grayscale: #7A7A7A. Windows color (decimal): -310963 or 5063163. OLE color: 5063163.
HSL color Cylindrical-coordinate representation of color #FB414D: hue angle of 356.13º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FB414D is Cyan = 0, Magento = 0.74, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 65 | 77 | - |
| CMYK | 0 | 0.74 | 0.69 | 0.02 |
| HSL | 356.13º | 0.96% | 0.62% | - |
| HSV(B) | 356.13º | 0.74% | 0.98% | - |
| XYZ | 43.01 | 24.83 | 9.55 | - |
| YUV | 121.98 | 102.62 | 220.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 65 | 77 | 0 | 0.74 | 0.69 | 0.02 | 356.13 | 0.96 | 0.62 |
| Hex | FB | 41 | 4D | 0 | 4A | 45 | 2 | 164 | 60 | 3E |
| Octal | 373 | 101 | 115 | 0 | 112 | 105 | 2 | 544 | 140 | 76 |
| Binary | 11111011 | 1000001 | 1001101 | 0 | 1001010 | 1000101 | 10 | 101100100 | 1100000 | 111110 |
Color Harmonies of #FB414D
Complementary color
Monochromatic Colors of #FB414D
Black with #FB414D
Text Example
Text Example
White with #FB414D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB414D; }
p { color: rgb(251,65,77); }
H1.HeaderClassName
{
color: #FB414D;
}
.AnyTagClassName
{
color: #FB414D;
}
</style>
background-color css
<style>
a { background-color: #FB414D; }
a { background-color: rgb(251,65,77); }
div.DivClassName
{
background-color: #FB414D;
}
.BgClassName
{
background-color: #FB414D;
}
</style>
border-color css
<style>
span { border-color: #FB414D; }
span { border-color: rgb(251,65,77); }
td.TdClassName
{
border-color: #FB414D;
}
.TagClassName
{
border-color: #FB414D;
}
</style>