Shades of Radical Red #FB384D
Tints of Radical Red #FB384D
RGB
CMYK
RGB Variations
Color information
#FB384D (or 0xFB384D) is known color: Radical Red. HEX triplet: FB, 38 and 4D. RGB value is (251,56,77). Sum of RGB (Red+Green+Blue) = 251+56+77=384 (50% of max value = 765). Red value is 251 (98.44% from 255 or 65.36% from 384); Green value is 56 (22.27% from 255 or 14.58% from 384); Blue value is 77 (30.47% from 255 or 20.05% from 384); Max value from RGB is 251 - color contains mainly: red. Hex color #FB384D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB384D is #04C7B2. Grayscale: #747474. Windows color (decimal): -313267 or 5060859. OLE color: 5060859.
HSL color Cylindrical-coordinate representation of color #FB384D: hue angle of 353.54º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FB384D is Cyan = 0, Magento = 0.78, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 56 | 77 | - |
| CMYK | 0 | 0.78 | 0.69 | 0.02 |
| HSL | 353.54º | 0.96% | 0.6% | - |
| HSV(B) | 353.54º | 0.78% | 0.98% | - |
| XYZ | 42.54 | 23.87 | 9.39 | - |
| YUV | 116.7 | 105.6 | 223.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 56 | 77 | 0 | 0.78 | 0.69 | 0.02 | 353.54 | 0.96 | 0.6 |
| Hex | FB | 38 | 4D | 0 | 4E | 45 | 2 | 162 | 60 | 3C |
| Octal | 373 | 70 | 115 | 0 | 116 | 105 | 2 | 542 | 140 | 74 |
| Binary | 11111011 | 111000 | 1001101 | 0 | 1001110 | 1000101 | 10 | 101100010 | 1100000 | 111100 |
Color Harmonies of #FB384D
Complementary color
Monochromatic Colors of #FB384D
Black with #FB384D
Text Example
Text Example
White with #FB384D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB384D; }
p { color: rgb(251,56,77); }
H1.HeaderClassName
{
color: #FB384D;
}
.AnyTagClassName
{
color: #FB384D;
}
</style>
background-color css
<style>
a { background-color: #FB384D; }
a { background-color: rgb(251,56,77); }
div.DivClassName
{
background-color: #FB384D;
}
.BgClassName
{
background-color: #FB384D;
}
</style>
border-color css
<style>
span { border-color: #FB384D; }
span { border-color: rgb(251,56,77); }
td.TdClassName
{
border-color: #FB384D;
}
.TagClassName
{
border-color: #FB384D;
}
</style>