Shades of Radical Red #FB385A
Tints of Radical Red #FB385A
RGB
CMYK
RGB Variations
Color information
#FB385A (or 0xFB385A) is known color: Radical Red. HEX triplet: FB, 38 and 5A. RGB value is (251,56,90). Sum of RGB (Red+Green+Blue) = 251+56+90=397 (52% of max value = 765). Red value is 251 (98.44% from 255 or 63.22% from 397); Green value is 56 (22.27% from 255 or 14.11% from 397); Blue value is 90 (35.55% from 255 or 22.67% from 397); Max value from RGB is 251 - color contains mainly: red. Hex color #FB385A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB385A is #04C7A5. Grayscale: #767676. Windows color (decimal): -313254 or 5912827. OLE color: 5912827.
HSL color Cylindrical-coordinate representation of color #FB385A: hue angle of 349.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 #FB385A is Cyan = 0, Magento = 0.78, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 56 | 90 | - |
| CMYK | 0 | 0.78 | 0.64 | 0.02 |
| HSL | 349.54º | 0.96% | 0.6% | - |
| HSV(B) | 349.54º | 0.78% | 0.98% | - |
| XYZ | 43.04 | 24.08 | 12.05 | - |
| YUV | 118.18 | 112.1 | 222.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 56 | 90 | 0 | 0.78 | 0.64 | 0.02 | 349.54 | 0.96 | 0.6 |
| Hex | FB | 38 | 5A | 0 | 4E | 40 | 2 | 15E | 60 | 3C |
| Octal | 373 | 70 | 132 | 0 | 116 | 100 | 2 | 536 | 140 | 74 |
| Binary | 11111011 | 111000 | 1011010 | 0 | 1001110 | 1000000 | 10 | 101011110 | 1100000 | 111100 |
Color Harmonies of #FB385A
Complementary color
Monochromatic Colors of #FB385A
Black with #FB385A
Text Example
Text Example
White with #FB385A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB385A; }
p { color: rgb(251,56,90); }
H1.HeaderClassName
{
color: #FB385A;
}
.AnyTagClassName
{
color: #FB385A;
}
</style>
background-color css
<style>
a { background-color: #FB385A; }
a { background-color: rgb(251,56,90); }
div.DivClassName
{
background-color: #FB385A;
}
.BgClassName
{
background-color: #FB385A;
}
</style>
border-color css
<style>
span { border-color: #FB385A; }
span { border-color: rgb(251,56,90); }
td.TdClassName
{
border-color: #FB385A;
}
.TagClassName
{
border-color: #FB385A;
}
</style>