Shades of Radical Red #FB405D
Tints of Radical Red #FB405D
RGB
CMYK
RGB Variations
Color information
#FB405D (or 0xFB405D) is known color: Radical Red. HEX triplet: FB, 40 and 5D. RGB value is (251,64,93). Sum of RGB (Red+Green+Blue) = 251+64+93=408 (54% of max value = 765). Red value is 251 (98.44% from 255 or 61.52% from 408); Green value is 64 (25.39% from 255 or 15.69% from 408); Blue value is 93 (36.72% from 255 or 22.79% from 408); Max value from RGB is 251 - color contains mainly: red. Hex color #FB405D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB405D is #04BFA2. Grayscale: #7B7B7B. Windows color (decimal): -311203 or 6111483. OLE color: 6111483.
HSL color Cylindrical-coordinate representation of color #FB405D: hue angle of 350.7º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FB405D is Cyan = 0, Magento = 0.75, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 64 | 93 | - |
| CMYK | 0 | 0.75 | 0.63 | 0.02 |
| HSL | 350.7º | 0.96% | 0.62% | - |
| HSV(B) | 350.7º | 0.75% | 0.98% | - |
| XYZ | 43.59 | 24.97 | 12.88 | - |
| YUV | 123.22 | 110.95 | 219.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 64 | 93 | 0 | 0.75 | 0.63 | 0.02 | 350.7 | 0.96 | 0.62 |
| Hex | FB | 40 | 5D | 0 | 4B | 3F | 2 | 15F | 60 | 3E |
| Octal | 373 | 100 | 135 | 0 | 113 | 77 | 2 | 537 | 140 | 76 |
| Binary | 11111011 | 1000000 | 1011101 | 0 | 1001011 | 111111 | 10 | 101011111 | 1100000 | 111110 |
Color Harmonies of #FB405D
Complementary color
Monochromatic Colors of #FB405D
Black with #FB405D
Text Example
Text Example
White with #FB405D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB405D; }
p { color: rgb(251,64,93); }
H1.HeaderClassName
{
color: #FB405D;
}
.AnyTagClassName
{
color: #FB405D;
}
</style>
background-color css
<style>
a { background-color: #FB405D; }
a { background-color: rgb(251,64,93); }
div.DivClassName
{
background-color: #FB405D;
}
.BgClassName
{
background-color: #FB405D;
}
</style>
border-color css
<style>
span { border-color: #FB405D; }
span { border-color: rgb(251,64,93); }
td.TdClassName
{
border-color: #FB405D;
}
.TagClassName
{
border-color: #FB405D;
}
</style>