Shades of Radical Red #FB385B
Tints of Radical Red #FB385B
RGB
CMYK
RGB Variations
Color information
#FB385B (or 0xFB385B) is known color: Radical Red. HEX triplet: FB, 38 and 5B. RGB value is (251,56,91). Sum of RGB (Red+Green+Blue) = 251+56+91=398 (52% of max value = 765). Red value is 251 (98.44% from 255 or 63.07% from 398); Green value is 56 (22.27% from 255 or 14.07% from 398); Blue value is 91 (35.94% from 255 or 22.86% from 398); Max value from RGB is 251 - color contains mainly: red. Hex color #FB385B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB385B is #04C7A4. Grayscale: #767676. Windows color (decimal): -313253 or 5978363. OLE color: 5978363.
HSL color Cylindrical-coordinate representation of color #FB385B: hue angle of 349.23º 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 #FB385B is Cyan = 0, Magento = 0.78, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 56 | 91 | - |
| CMYK | 0 | 0.78 | 0.64 | 0.02 |
| HSL | 349.23º | 0.96% | 0.6% | - |
| HSV(B) | 349.23º | 0.78% | 0.98% | - |
| XYZ | 43.09 | 24.09 | 12.28 | - |
| YUV | 118.3 | 112.6 | 222.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 56 | 91 | 0 | 0.78 | 0.64 | 0.02 | 349.23 | 0.96 | 0.6 |
| Hex | FB | 38 | 5B | 0 | 4E | 40 | 2 | 15D | 60 | 3C |
| Octal | 373 | 70 | 133 | 0 | 116 | 100 | 2 | 535 | 140 | 74 |
| Binary | 11111011 | 111000 | 1011011 | 0 | 1001110 | 1000000 | 10 | 101011101 | 1100000 | 111100 |
Color Harmonies of #FB385B
Complementary color
Monochromatic Colors of #FB385B
Black with #FB385B
Text Example
Text Example
White with #FB385B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB385B; }
p { color: rgb(251,56,91); }
H1.HeaderClassName
{
color: #FB385B;
}
.AnyTagClassName
{
color: #FB385B;
}
</style>
background-color css
<style>
a { background-color: #FB385B; }
a { background-color: rgb(251,56,91); }
div.DivClassName
{
background-color: #FB385B;
}
.BgClassName
{
background-color: #FB385B;
}
</style>
border-color css
<style>
span { border-color: #FB385B; }
span { border-color: rgb(251,56,91); }
td.TdClassName
{
border-color: #FB385B;
}
.TagClassName
{
border-color: #FB385B;
}
</style>