Shades of Radical Red #FB385D
Tints of Radical Red #FB385D
RGB
CMYK
RGB Variations
Color information
#FB385D (or 0xFB385D) is known color: Radical Red. HEX triplet: FB, 38 and 5D. RGB value is (251,56,93). Sum of RGB (Red+Green+Blue) = 251+56+93=400 (52% of max value = 765). Red value is 251 (98.44% from 255 or 62.75% from 400); Green value is 56 (22.27% from 255 or 14% from 400); Blue value is 93 (36.72% from 255 or 23.25% from 400); Max value from RGB is 251 - color contains mainly: red. Hex color #FB385D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB385D is #04C7A2. Grayscale: #767676. Windows color (decimal): -313251 or 6109435. OLE color: 6109435.
HSL color Cylindrical-coordinate representation of color #FB385D: hue angle of 348.62º 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 #FB385D is Cyan = 0, Magento = 0.78, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 56 | 93 | - |
| CMYK | 0 | 0.78 | 0.63 | 0.02 |
| HSL | 348.62º | 0.96% | 0.6% | - |
| HSV(B) | 348.62º | 0.78% | 0.98% | - |
| XYZ | 43.17 | 24.13 | 12.74 | - |
| YUV | 118.52 | 113.6 | 222.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 56 | 93 | 0 | 0.78 | 0.63 | 0.02 | 348.62 | 0.96 | 0.6 |
| Hex | FB | 38 | 5D | 0 | 4E | 3F | 2 | 15D | 60 | 3C |
| Octal | 373 | 70 | 135 | 0 | 116 | 77 | 2 | 535 | 140 | 74 |
| Binary | 11111011 | 111000 | 1011101 | 0 | 1001110 | 111111 | 10 | 101011101 | 1100000 | 111100 |
Color Harmonies of #FB385D
Complementary color
Monochromatic Colors of #FB385D
Black with #FB385D
Text Example
Text Example
White with #FB385D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB385D; }
p { color: rgb(251,56,93); }
H1.HeaderClassName
{
color: #FB385D;
}
.AnyTagClassName
{
color: #FB385D;
}
</style>
background-color css
<style>
a { background-color: #FB385D; }
a { background-color: rgb(251,56,93); }
div.DivClassName
{
background-color: #FB385D;
}
.BgClassName
{
background-color: #FB385D;
}
</style>
border-color css
<style>
span { border-color: #FB385D; }
span { border-color: rgb(251,56,93); }
td.TdClassName
{
border-color: #FB385D;
}
.TagClassName
{
border-color: #FB385D;
}
</style>