Shades of Radical Red #FB2963
Tints of Radical Red #FB2963
RGB
CMYK
RGB Variations
Color information
#FB2963 (or 0xFB2963) is known color: Radical Red. HEX triplet: FB, 29 and 63. RGB value is (251,41,99). Sum of RGB (Red+Green+Blue) = 251+41+99=391 (51% of max value = 765). Red value is 251 (98.44% from 255 or 64.19% from 391); Green value is 41 (16.41% from 255 or 10.49% from 391); Blue value is 99 (39.06% from 255 or 25.32% from 391); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2963 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB2963 is #04D69C. Grayscale: #6E6E6E. Windows color (decimal): -317085 or 6498811. OLE color: 6498811.
HSL color Cylindrical-coordinate representation of color #FB2963: hue angle of 343.43º 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 #FB2963 is Cyan = 0, Magento = 0.84, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 41 | 99 | - |
| CMYK | 0 | 0.84 | 0.61 | 0.02 |
| HSL | 343.43º | 0.96% | 0.57% | - |
| HSV(B) | 343.43º | 0.84% | 0.98% | - |
| XYZ | 42.83 | 23 | 13.99 | - |
| YUV | 110.4 | 121.57 | 228.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 41 | 99 | 0 | 0.84 | 0.61 | 0.02 | 343.43 | 0.96 | 0.57 |
| Hex | FB | 29 | 63 | 0 | 54 | 3D | 2 | 157 | 60 | 39 |
| Octal | 373 | 51 | 143 | 0 | 124 | 75 | 2 | 527 | 140 | 71 |
| Binary | 11111011 | 101001 | 1100011 | 0 | 1010100 | 111101 | 10 | 101010111 | 1100000 | 111001 |
Color Harmonies of #FB2963
Complementary color
Monochromatic Colors of #FB2963
Black with #FB2963
Text Example
Text Example
White with #FB2963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2963; }
p { color: rgb(251,41,99); }
H1.HeaderClassName
{
color: #FB2963;
}
.AnyTagClassName
{
color: #FB2963;
}
</style>
background-color css
<style>
a { background-color: #FB2963; }
a { background-color: rgb(251,41,99); }
div.DivClassName
{
background-color: #FB2963;
}
.BgClassName
{
background-color: #FB2963;
}
</style>
border-color css
<style>
span { border-color: #FB2963; }
span { border-color: rgb(251,41,99); }
td.TdClassName
{
border-color: #FB2963;
}
.TagClassName
{
border-color: #FB2963;
}
</style>