Shades of Radical Red #FB205D
Tints of Radical Red #FB205D
RGB
CMYK
RGB Variations
Color information
#FB205D (or 0xFB205D) is known color: Radical Red. HEX triplet: FB, 20 and 5D. RGB value is (251,32,93). Sum of RGB (Red+Green+Blue) = 251+32+93=376 (49% of max value = 765). Red value is 251 (98.44% from 255 or 66.76% from 376); Green value is 32 (12.89% from 255 or 8.51% from 376); Blue value is 93 (36.72% from 255 or 24.73% from 376); Max value from RGB is 251 - color contains mainly: red. Hex color #FB205D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB205D is #04DFA2. Grayscale: #686868. Windows color (decimal): -319395 or 6103291. OLE color: 6103291.
HSL color Cylindrical-coordinate representation of color #FB205D: hue angle of 343.29º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FB205D is Cyan = 0, Magento = 0.87, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 32 | 93 | - |
| CMYK | 0 | 0.87 | 0.63 | 0.02 |
| HSL | 343.29º | 0.96% | 0.55% | - |
| HSV(B) | 343.29º | 0.87% | 0.98% | - |
| XYZ | 42.28 | 22.33 | 12.44 | - |
| YUV | 104.44 | 121.55 | 232.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 32 | 93 | 0 | 0.87 | 0.63 | 0.02 | 343.29 | 0.96 | 0.55 |
| Hex | FB | 20 | 5D | 0 | 57 | 3F | 2 | 157 | 60 | 37 |
| Octal | 373 | 40 | 135 | 0 | 127 | 77 | 2 | 527 | 140 | 67 |
| Binary | 11111011 | 100000 | 1011101 | 0 | 1010111 | 111111 | 10 | 101010111 | 1100000 | 110111 |
Color Harmonies of #FB205D
Complementary color
Monochromatic Colors of #FB205D
Black with #FB205D
Text Example
Text Example
White with #FB205D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB205D; }
p { color: rgb(251,32,93); }
H1.HeaderClassName
{
color: #FB205D;
}
.AnyTagClassName
{
color: #FB205D;
}
</style>
background-color css
<style>
a { background-color: #FB205D; }
a { background-color: rgb(251,32,93); }
div.DivClassName
{
background-color: #FB205D;
}
.BgClassName
{
background-color: #FB205D;
}
</style>
border-color css
<style>
span { border-color: #FB205D; }
span { border-color: rgb(251,32,93); }
td.TdClassName
{
border-color: #FB205D;
}
.TagClassName
{
border-color: #FB205D;
}
</style>