Shades of Radical Red #FB2668
Tints of Radical Red #FB2668
RGB
CMYK
RGB Variations
Color information
#FB2668 (or 0xFB2668) is known color: Radical Red. HEX triplet: FB, 26 and 68. RGB value is (251,38,104). Sum of RGB (Red+Green+Blue) = 251+38+104=393 (52% of max value = 765). Red value is 251 (98.44% from 255 or 63.87% from 393); Green value is 38 (15.23% from 255 or 9.67% from 393); Blue value is 104 (41.02% from 255 or 26.46% from 393); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2668 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB2668 is #04D997. Grayscale: #6D6D6D. Windows color (decimal): -317848 or 6825723. OLE color: 6825723.
HSL color Cylindrical-coordinate representation of color #FB2668: hue angle of 341.41º 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 #FB2668 is Cyan = 0, Magento = 0.85, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 38 | 104 | - |
| CMYK | 0 | 0.85 | 0.59 | 0.02 |
| HSL | 341.41º | 0.96% | 0.57% | - |
| HSV(B) | 341.41º | 0.85% | 0.98% | - |
| XYZ | 42.98 | 22.89 | 15.25 | - |
| YUV | 109.21 | 125.07 | 229.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 38 | 104 | 0 | 0.85 | 0.59 | 0.02 | 341.41 | 0.96 | 0.57 |
| Hex | FB | 26 | 68 | 0 | 55 | 3B | 2 | 155 | 60 | 39 |
| Octal | 373 | 46 | 150 | 0 | 125 | 73 | 2 | 525 | 140 | 71 |
| Binary | 11111011 | 100110 | 1101000 | 0 | 1010101 | 111011 | 10 | 101010101 | 1100000 | 111001 |
Color Harmonies of #FB2668
Complementary color
Monochromatic Colors of #FB2668
Black with #FB2668
Text Example
Text Example
White with #FB2668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2668; }
p { color: rgb(251,38,104); }
H1.HeaderClassName
{
color: #FB2668;
}
.AnyTagClassName
{
color: #FB2668;
}
</style>
background-color css
<style>
a { background-color: #FB2668; }
a { background-color: rgb(251,38,104); }
div.DivClassName
{
background-color: #FB2668;
}
.BgClassName
{
background-color: #FB2668;
}
</style>
border-color css
<style>
span { border-color: #FB2668; }
span { border-color: rgb(251,38,104); }
td.TdClassName
{
border-color: #FB2668;
}
.TagClassName
{
border-color: #FB2668;
}
</style>