Shades of Radical Red #FB2666
Tints of Radical Red #FB2666
RGB
CMYK
RGB Variations
Color information
#FB2666 (or 0xFB2666) is known color: Radical Red. HEX triplet: FB, 26 and 66. RGB value is (251,38,102). Sum of RGB (Red+Green+Blue) = 251+38+102=391 (51% of max value = 765). Red value is 251 (98.44% from 255 or 64.19% from 391); Green value is 38 (15.23% from 255 or 9.72% from 391); Blue value is 102 (40.23% from 255 or 26.09% from 391); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2666 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB2666 is #04D999. Grayscale: #6C6C6C. Windows color (decimal): -317850 or 6694651. OLE color: 6694651.
HSL color Cylindrical-coordinate representation of color #FB2666: hue angle of 341.97º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FB2666 is Cyan = 0, Magento = 0.85, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 38 | 102 | - |
| CMYK | 0 | 0.85 | 0.59 | 0.02 |
| HSL | 341.97º | 0.96% | 0.57% | - |
| HSV(B) | 341.97º | 0.85% | 0.98% | - |
| XYZ | 42.88 | 22.85 | 14.72 | - |
| YUV | 108.98 | 124.07 | 229.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 38 | 102 | 0 | 0.85 | 0.59 | 0.02 | 341.97 | 0.96 | 0.57 |
| Hex | FB | 26 | 66 | 0 | 55 | 3B | 2 | 156 | 60 | 39 |
| Octal | 373 | 46 | 146 | 0 | 125 | 73 | 2 | 526 | 140 | 71 |
| Binary | 11111011 | 100110 | 1100110 | 0 | 1010101 | 111011 | 10 | 101010110 | 1100000 | 111001 |
Color Harmonies of #FB2666
Complementary color
Monochromatic Colors of #FB2666
Black with #FB2666
Text Example
Text Example
White with #FB2666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2666; }
p { color: rgb(251,38,102); }
H1.HeaderClassName
{
color: #FB2666;
}
.AnyTagClassName
{
color: #FB2666;
}
</style>
background-color css
<style>
a { background-color: #FB2666; }
a { background-color: rgb(251,38,102); }
div.DivClassName
{
background-color: #FB2666;
}
.BgClassName
{
background-color: #FB2666;
}
</style>
border-color css
<style>
span { border-color: #FB2666; }
span { border-color: rgb(251,38,102); }
td.TdClassName
{
border-color: #FB2666;
}
.TagClassName
{
border-color: #FB2666;
}
</style>