Shades of Radical Red #FB206D
Tints of Radical Red #FB206D
RGB
CMYK
RGB Variations
Color information
#FB206D (or 0xFB206D) is known color: Radical Red. HEX triplet: FB, 20 and 6D. RGB value is (251,32,109). Sum of RGB (Red+Green+Blue) = 251+32+109=392 (51% of max value = 765). Red value is 251 (98.44% from 255 or 64.03% from 392); Green value is 32 (12.89% from 255 or 8.16% from 392); Blue value is 109 (42.97% from 255 or 27.81% from 392); Max value from RGB is 251 - color contains mainly: red. Hex color #FB206D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB206D is #04DF92. Grayscale: #6A6A6A. Windows color (decimal): -319379 or 7151867. OLE color: 7151867.
HSL color Cylindrical-coordinate representation of color #FB206D: hue angle of 338.9º 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 #FB206D is Cyan = 0, Magento = 0.87, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 32 | 109 | - |
| CMYK | 0 | 0.87 | 0.57 | 0.02 |
| HSL | 338.9º | 0.96% | 0.55% | - |
| HSV(B) | 338.9º | 0.87% | 0.98% | - |
| XYZ | 43.06 | 22.65 | 16.57 | - |
| YUV | 106.26 | 129.55 | 231.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 32 | 109 | 0 | 0.87 | 0.57 | 0.02 | 338.9 | 0.96 | 0.55 |
| Hex | FB | 20 | 6D | 0 | 57 | 39 | 2 | 153 | 60 | 37 |
| Octal | 373 | 40 | 155 | 0 | 127 | 71 | 2 | 523 | 140 | 67 |
| Binary | 11111011 | 100000 | 1101101 | 0 | 1010111 | 111001 | 10 | 101010011 | 1100000 | 110111 |
Color Harmonies of #FB206D
Complementary color
Monochromatic Colors of #FB206D
Black with #FB206D
Text Example
Text Example
White with #FB206D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB206D; }
p { color: rgb(251,32,109); }
H1.HeaderClassName
{
color: #FB206D;
}
.AnyTagClassName
{
color: #FB206D;
}
</style>
background-color css
<style>
a { background-color: #FB206D; }
a { background-color: rgb(251,32,109); }
div.DivClassName
{
background-color: #FB206D;
}
.BgClassName
{
background-color: #FB206D;
}
</style>
border-color css
<style>
span { border-color: #FB206D; }
span { border-color: rgb(251,32,109); }
td.TdClassName
{
border-color: #FB206D;
}
.TagClassName
{
border-color: #FB206D;
}
</style>