Shades of Radical Red #FB485D
Tints of Radical Red #FB485D
RGB
CMYK
RGB Variations
Color information
#FB485D (or 0xFB485D) is known color: Radical Red. HEX triplet: FB, 48 and 5D. RGB value is (251,72,93). Sum of RGB (Red+Green+Blue) = 251+72+93=416 (55% of max value = 765). Red value is 251 (98.44% from 255 or 60.34% from 416); Green value is 72 (28.52% from 255 or 17.31% from 416); Blue value is 93 (36.72% from 255 or 22.36% from 416); Max value from RGB is 251 - color contains mainly: red. Hex color #FB485D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB485D is #04B7A2. Grayscale: #808080. Windows color (decimal): -309155 or 6113531. OLE color: 6113531.
HSL color Cylindrical-coordinate representation of color #FB485D: hue angle of 352.96º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FB485D is Cyan = 0, Magento = 0.71, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 72 | 93 | - |
| CMYK | 0 | 0.71 | 0.63 | 0.02 |
| HSL | 352.96º | 0.96% | 0.63% | - |
| HSV(B) | 352.96º | 0.71% | 0.98% | - |
| XYZ | 44.08 | 25.93 | 13.04 | - |
| YUV | 127.92 | 108.3 | 215.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 72 | 93 | 0 | 0.71 | 0.63 | 0.02 | 352.96 | 0.96 | 0.63 |
| Hex | FB | 48 | 5D | 0 | 47 | 3F | 2 | 161 | 60 | 3F |
| Octal | 373 | 110 | 135 | 0 | 107 | 77 | 2 | 541 | 140 | 77 |
| Binary | 11111011 | 1001000 | 1011101 | 0 | 1000111 | 111111 | 10 | 101100001 | 1100000 | 111111 |
Color Harmonies of #FB485D
Complementary color
Monochromatic Colors of #FB485D
Black with #FB485D
Text Example
Text Example
White with #FB485D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB485D; }
p { color: rgb(251,72,93); }
H1.HeaderClassName
{
color: #FB485D;
}
.AnyTagClassName
{
color: #FB485D;
}
</style>
background-color css
<style>
a { background-color: #FB485D; }
a { background-color: rgb(251,72,93); }
div.DivClassName
{
background-color: #FB485D;
}
.BgClassName
{
background-color: #FB485D;
}
</style>
border-color css
<style>
span { border-color: #FB485D; }
span { border-color: rgb(251,72,93); }
td.TdClassName
{
border-color: #FB485D;
}
.TagClassName
{
border-color: #FB485D;
}
</style>