Shades of Radical Red #FB206A
Tints of Radical Red #FB206A
RGB
CMYK
RGB Variations
Color information
#FB206A (or 0xFB206A) is known color: Radical Red. HEX triplet: FB, 20 and 6A. RGB value is (251,32,106). Sum of RGB (Red+Green+Blue) = 251+32+106=389 (51% of max value = 765). Red value is 251 (98.44% from 255 or 64.52% from 389); Green value is 32 (12.89% from 255 or 8.23% from 389); Blue value is 106 (41.80% from 255 or 27.25% from 389); Max value from RGB is 251 - color contains mainly: red. Hex color #FB206A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB206A is #04DF95. Grayscale: #696969. Windows color (decimal): -319382 or 6955259. OLE color: 6955259.
HSL color Cylindrical-coordinate representation of color #FB206A: hue angle of 339.73º 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 #FB206A is Cyan = 0, Magento = 0.87, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 32 | 106 | - |
| CMYK | 0 | 0.87 | 0.58 | 0.02 |
| HSL | 339.73º | 0.96% | 0.55% | - |
| HSV(B) | 339.73º | 0.87% | 0.98% | - |
| XYZ | 42.9 | 22.58 | 15.73 | - |
| YUV | 105.92 | 128.05 | 231.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 32 | 106 | 0 | 0.87 | 0.58 | 0.02 | 339.73 | 0.96 | 0.55 |
| Hex | FB | 20 | 6A | 0 | 57 | 3A | 2 | 154 | 60 | 37 |
| Octal | 373 | 40 | 152 | 0 | 127 | 72 | 2 | 524 | 140 | 67 |
| Binary | 11111011 | 100000 | 1101010 | 0 | 1010111 | 111010 | 10 | 101010100 | 1100000 | 110111 |
Color Harmonies of #FB206A
Complementary color
Monochromatic Colors of #FB206A
Black with #FB206A
Text Example
Text Example
White with #FB206A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB206A; }
p { color: rgb(251,32,106); }
H1.HeaderClassName
{
color: #FB206A;
}
.AnyTagClassName
{
color: #FB206A;
}
</style>
background-color css
<style>
a { background-color: #FB206A; }
a { background-color: rgb(251,32,106); }
div.DivClassName
{
background-color: #FB206A;
}
.BgClassName
{
background-color: #FB206A;
}
</style>
border-color css
<style>
span { border-color: #FB206A; }
span { border-color: rgb(251,32,106); }
td.TdClassName
{
border-color: #FB206A;
}
.TagClassName
{
border-color: #FB206A;
}
</style>