Shades of Radical Red #FB2168
Tints of Radical Red #FB2168
RGB
CMYK
RGB Variations
Color information
#FB2168 (or 0xFB2168) is known color: Radical Red. HEX triplet: FB, 21 and 68. RGB value is (251,33,104). Sum of RGB (Red+Green+Blue) = 251+33+104=388 (51% of max value = 765). Red value is 251 (98.44% from 255 or 64.69% from 388); Green value is 33 (13.28% from 255 or 8.51% from 388); Blue value is 104 (41.02% from 255 or 26.80% from 388); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2168 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB2168 is #04DE97. Grayscale: #6A6A6A. Windows color (decimal): -319128 or 6824443. OLE color: 6824443.
HSL color Cylindrical-coordinate representation of color #FB2168: hue angle of 340.46º 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 #FB2168 is Cyan = 0, Magento = 0.87, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 33 | 104 | - |
| CMYK | 0 | 0.87 | 0.59 | 0.02 |
| HSL | 340.46º | 0.96% | 0.56% | - |
| HSV(B) | 340.46º | 0.87% | 0.98% | - |
| XYZ | 42.83 | 22.6 | 15.2 | - |
| YUV | 106.28 | 126.72 | 231.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 33 | 104 | 0 | 0.87 | 0.59 | 0.02 | 340.46 | 0.96 | 0.56 |
| Hex | FB | 21 | 68 | 0 | 57 | 3B | 2 | 154 | 60 | 38 |
| Octal | 373 | 41 | 150 | 0 | 127 | 73 | 2 | 524 | 140 | 70 |
| Binary | 11111011 | 100001 | 1101000 | 0 | 1010111 | 111011 | 10 | 101010100 | 1100000 | 111000 |
Color Harmonies of #FB2168
Complementary color
Monochromatic Colors of #FB2168
Black with #FB2168
Text Example
Text Example
White with #FB2168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2168; }
p { color: rgb(251,33,104); }
H1.HeaderClassName
{
color: #FB2168;
}
.AnyTagClassName
{
color: #FB2168;
}
</style>
background-color css
<style>
a { background-color: #FB2168; }
a { background-color: rgb(251,33,104); }
div.DivClassName
{
background-color: #FB2168;
}
.BgClassName
{
background-color: #FB2168;
}
</style>
border-color css
<style>
span { border-color: #FB2168; }
span { border-color: rgb(251,33,104); }
td.TdClassName
{
border-color: #FB2168;
}
.TagClassName
{
border-color: #FB2168;
}
</style>