Shades of Radical Red #FB2166
Tints of Radical Red #FB2166
RGB
CMYK
RGB Variations
Color information
#FB2166 (or 0xFB2166) is known color: Radical Red. HEX triplet: FB, 21 and 66. RGB value is (251,33,102). Sum of RGB (Red+Green+Blue) = 251+33+102=386 (51% of max value = 765). Red value is 251 (98.44% from 255 or 65.03% from 386); Green value is 33 (13.28% from 255 or 8.55% from 386); Blue value is 102 (40.23% from 255 or 26.42% from 386); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2166 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB2166 is #04DE99. Grayscale: #696969. Windows color (decimal): -319130 or 6693371. OLE color: 6693371.
HSL color Cylindrical-coordinate representation of color #FB2166: hue angle of 341.01º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FB2166 is Cyan = 0, Magento = 0.87, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 33 | 102 | - |
| CMYK | 0 | 0.87 | 0.59 | 0.02 |
| HSL | 341.01º | 0.96% | 0.56% | - |
| HSV(B) | 341.01º | 0.87% | 0.98% | - |
| XYZ | 42.73 | 22.56 | 14.67 | - |
| YUV | 106.05 | 125.72 | 231.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 33 | 102 | 0 | 0.87 | 0.59 | 0.02 | 341.01 | 0.96 | 0.56 |
| Hex | FB | 21 | 66 | 0 | 57 | 3B | 2 | 155 | 60 | 38 |
| Octal | 373 | 41 | 146 | 0 | 127 | 73 | 2 | 525 | 140 | 70 |
| Binary | 11111011 | 100001 | 1100110 | 0 | 1010111 | 111011 | 10 | 101010101 | 1100000 | 111000 |
Color Harmonies of #FB2166
Complementary color
Monochromatic Colors of #FB2166
Black with #FB2166
Text Example
Text Example
White with #FB2166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2166; }
p { color: rgb(251,33,102); }
H1.HeaderClassName
{
color: #FB2166;
}
.AnyTagClassName
{
color: #FB2166;
}
</style>
background-color css
<style>
a { background-color: #FB2166; }
a { background-color: rgb(251,33,102); }
div.DivClassName
{
background-color: #FB2166;
}
.BgClassName
{
background-color: #FB2166;
}
</style>
border-color css
<style>
span { border-color: #FB2166; }
span { border-color: rgb(251,33,102); }
td.TdClassName
{
border-color: #FB2166;
}
.TagClassName
{
border-color: #FB2166;
}
</style>