Shades of Radical Red #FB206C
Tints of Radical Red #FB206C
RGB
CMYK
RGB Variations
Color information
#FB206C (or 0xFB206C) is known color: Radical Red. HEX triplet: FB, 20 and 6C. RGB value is (251,32,108). Sum of RGB (Red+Green+Blue) = 251+32+108=391 (51% of max value = 765). Red value is 251 (98.44% from 255 or 64.19% from 391); Green value is 32 (12.89% from 255 or 8.18% from 391); Blue value is 108 (42.58% from 255 or 27.62% from 391); Max value from RGB is 251 - color contains mainly: red. Hex color #FB206C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB206C is #04DF93. Grayscale: #6A6A6A. Windows color (decimal): -319380 or 7086331. OLE color: 7086331.
HSL color Cylindrical-coordinate representation of color #FB206C: hue angle of 339.18º 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 #FB206C is Cyan = 0, Magento = 0.87, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 32 | 108 | - |
| CMYK | 0 | 0.87 | 0.57 | 0.02 |
| HSL | 339.18º | 0.96% | 0.55% | - |
| HSV(B) | 339.18º | 0.87% | 0.98% | - |
| XYZ | 43.01 | 22.62 | 16.29 | - |
| YUV | 106.15 | 129.05 | 231.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 32 | 108 | 0 | 0.87 | 0.57 | 0.02 | 339.18 | 0.96 | 0.55 |
| Hex | FB | 20 | 6C | 0 | 57 | 39 | 2 | 153 | 60 | 37 |
| Octal | 373 | 40 | 154 | 0 | 127 | 71 | 2 | 523 | 140 | 67 |
| Binary | 11111011 | 100000 | 1101100 | 0 | 1010111 | 111001 | 10 | 101010011 | 1100000 | 110111 |
Color Harmonies of #FB206C
Complementary color
Monochromatic Colors of #FB206C
Black with #FB206C
Text Example
Text Example
White with #FB206C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB206C; }
p { color: rgb(251,32,108); }
H1.HeaderClassName
{
color: #FB206C;
}
.AnyTagClassName
{
color: #FB206C;
}
</style>
background-color css
<style>
a { background-color: #FB206C; }
a { background-color: rgb(251,32,108); }
div.DivClassName
{
background-color: #FB206C;
}
.BgClassName
{
background-color: #FB206C;
}
</style>
border-color css
<style>
span { border-color: #FB206C; }
span { border-color: rgb(251,32,108); }
td.TdClassName
{
border-color: #FB206C;
}
.TagClassName
{
border-color: #FB206C;
}
</style>