Shades of Radical Red #FB206B
Tints of Radical Red #FB206B
RGB
CMYK
RGB Variations
Color information
#FB206B (or 0xFB206B) is known color: Radical Red. HEX triplet: FB, 20 and 6B. RGB value is (251,32,107). Sum of RGB (Red+Green+Blue) = 251+32+107=390 (51% of max value = 765). Red value is 251 (98.44% from 255 or 64.36% from 390); Green value is 32 (12.89% from 255 or 8.21% from 390); Blue value is 107 (42.19% from 255 or 27.44% from 390); Max value from RGB is 251 - color contains mainly: red. Hex color #FB206B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB206B is #04DF94. Grayscale: #696969. Windows color (decimal): -319381 or 7020795. OLE color: 7020795.
HSL color Cylindrical-coordinate representation of color #FB206B: hue angle of 339.45º 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 #FB206B is Cyan = 0, Magento = 0.87, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 32 | 107 | - |
| CMYK | 0 | 0.87 | 0.57 | 0.02 |
| HSL | 339.45º | 0.96% | 0.55% | - |
| HSV(B) | 339.45º | 0.87% | 0.98% | - |
| XYZ | 42.95 | 22.6 | 16.01 | - |
| YUV | 106.03 | 128.55 | 231.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 32 | 107 | 0 | 0.87 | 0.57 | 0.02 | 339.45 | 0.96 | 0.55 |
| Hex | FB | 20 | 6B | 0 | 57 | 39 | 2 | 153 | 60 | 37 |
| Octal | 373 | 40 | 153 | 0 | 127 | 71 | 2 | 523 | 140 | 67 |
| Binary | 11111011 | 100000 | 1101011 | 0 | 1010111 | 111001 | 10 | 101010011 | 1100000 | 110111 |
Color Harmonies of #FB206B
Complementary color
Monochromatic Colors of #FB206B
Black with #FB206B
Text Example
Text Example
White with #FB206B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB206B; }
p { color: rgb(251,32,107); }
H1.HeaderClassName
{
color: #FB206B;
}
.AnyTagClassName
{
color: #FB206B;
}
</style>
background-color css
<style>
a { background-color: #FB206B; }
a { background-color: rgb(251,32,107); }
div.DivClassName
{
background-color: #FB206B;
}
.BgClassName
{
background-color: #FB206B;
}
</style>
border-color css
<style>
span { border-color: #FB206B; }
span { border-color: rgb(251,32,107); }
td.TdClassName
{
border-color: #FB206B;
}
.TagClassName
{
border-color: #FB206B;
}
</style>