Shades of Radical Red #FB2868
Tints of Radical Red #FB2868
RGB
CMYK
RGB Variations
Color information
#FB2868 (or 0xFB2868) is known color: Radical Red. HEX triplet: FB, 28 and 68. RGB value is (251,40,104). Sum of RGB (Red+Green+Blue) = 251+40+104=395 (52% of max value = 765). Red value is 251 (98.44% from 255 or 63.54% from 395); Green value is 40 (16.02% from 255 or 10.13% from 395); Blue value is 104 (41.02% from 255 or 26.33% from 395); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2868 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB2868 is #04D797. Grayscale: #6E6E6E. Windows color (decimal): -317336 or 6826235. OLE color: 6826235.
HSL color Cylindrical-coordinate representation of color #FB2868: hue angle of 341.8º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FB2868 is Cyan = 0, Magento = 0.84, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 40 | 104 | - |
| CMYK | 0 | 0.84 | 0.59 | 0.02 |
| HSL | 341.8º | 0.96% | 0.57% | - |
| HSV(B) | 341.8º | 0.84% | 0.98% | - |
| XYZ | 43.04 | 23.03 | 15.27 | - |
| YUV | 110.39 | 124.4 | 228.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 40 | 104 | 0 | 0.84 | 0.59 | 0.02 | 341.8 | 0.96 | 0.57 |
| Hex | FB | 28 | 68 | 0 | 54 | 3B | 2 | 156 | 60 | 39 |
| Octal | 373 | 50 | 150 | 0 | 124 | 73 | 2 | 526 | 140 | 71 |
| Binary | 11111011 | 101000 | 1101000 | 0 | 1010100 | 111011 | 10 | 101010110 | 1100000 | 111001 |
Color Harmonies of #FB2868
Complementary color
Monochromatic Colors of #FB2868
Black with #FB2868
Text Example
Text Example
White with #FB2868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2868; }
p { color: rgb(251,40,104); }
H1.HeaderClassName
{
color: #FB2868;
}
.AnyTagClassName
{
color: #FB2868;
}
</style>
background-color css
<style>
a { background-color: #FB2868; }
a { background-color: rgb(251,40,104); }
div.DivClassName
{
background-color: #FB2868;
}
.BgClassName
{
background-color: #FB2868;
}
</style>
border-color css
<style>
span { border-color: #FB2868; }
span { border-color: rgb(251,40,104); }
td.TdClassName
{
border-color: #FB2868;
}
.TagClassName
{
border-color: #FB2868;
}
</style>