Shades of Radical Red #FB384C
Tints of Radical Red #FB384C
RGB
CMYK
RGB Variations
Color information
#FB384C (or 0xFB384C) is known color: Radical Red. HEX triplet: FB, 38 and 4C. RGB value is (251,56,76). Sum of RGB (Red+Green+Blue) = 251+56+76=383 (50% of max value = 765). Red value is 251 (98.44% from 255 or 65.54% from 383); Green value is 56 (22.27% from 255 or 14.62% from 383); Blue value is 76 (30.08% from 255 or 19.84% from 383); Max value from RGB is 251 - color contains mainly: red. Hex color #FB384C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB384C is #04C7B3. Grayscale: #747474. Windows color (decimal): -313268 or 4995323. OLE color: 4995323.
HSL color Cylindrical-coordinate representation of color #FB384C: hue angle of 353.85º 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 #FB384C is Cyan = 0, Magento = 0.78, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 56 | 76 | - |
| CMYK | 0 | 0.78 | 0.70 | 0.02 |
| HSL | 353.85º | 0.96% | 0.6% | - |
| HSV(B) | 353.85º | 0.78% | 0.98% | - |
| XYZ | 42.5 | 23.86 | 9.2 | - |
| YUV | 116.59 | 105.1 | 223.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 56 | 76 | 0 | 0.78 | 0.70 | 0.02 | 353.85 | 0.96 | 0.6 |
| Hex | FB | 38 | 4C | 0 | 4E | 46 | 2 | 162 | 60 | 3C |
| Octal | 373 | 70 | 114 | 0 | 116 | 106 | 2 | 542 | 140 | 74 |
| Binary | 11111011 | 111000 | 1001100 | 0 | 1001110 | 1000110 | 10 | 101100010 | 1100000 | 111100 |
Color Harmonies of #FB384C
Complementary color
Monochromatic Colors of #FB384C
Black with #FB384C
Text Example
Text Example
White with #FB384C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB384C; }
p { color: rgb(251,56,76); }
H1.HeaderClassName
{
color: #FB384C;
}
.AnyTagClassName
{
color: #FB384C;
}
</style>
background-color css
<style>
a { background-color: #FB384C; }
a { background-color: rgb(251,56,76); }
div.DivClassName
{
background-color: #FB384C;
}
.BgClassName
{
background-color: #FB384C;
}
</style>
border-color css
<style>
span { border-color: #FB384C; }
span { border-color: rgb(251,56,76); }
td.TdClassName
{
border-color: #FB384C;
}
.TagClassName
{
border-color: #FB384C;
}
</style>