Shades of Radical Red #FB2869
Tints of Radical Red #FB2869
RGB
CMYK
RGB Variations
Color information
#FB2869 (or 0xFB2869) is known color: Radical Red. HEX triplet: FB, 28 and 69. RGB value is (251,40,105). Sum of RGB (Red+Green+Blue) = 251+40+105=396 (52% of max value = 765). Red value is 251 (98.44% from 255 or 63.38% from 396); Green value is 40 (16.02% from 255 or 10.10% from 396); Blue value is 105 (41.41% from 255 or 26.52% from 396); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2869 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB2869 is #04D796. Grayscale: #6E6E6E. Windows color (decimal): -317335 or 6891771. OLE color: 6891771.
HSL color Cylindrical-coordinate representation of color #FB2869: hue angle of 341.52º 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 #FB2869 is Cyan = 0, Magento = 0.84, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 40 | 105 | - |
| CMYK | 0 | 0.84 | 0.58 | 0.02 |
| HSL | 341.52º | 0.96% | 0.57% | - |
| HSV(B) | 341.52º | 0.84% | 0.98% | - |
| XYZ | 43.09 | 23.05 | 15.54 | - |
| YUV | 110.5 | 124.9 | 228.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 40 | 105 | 0 | 0.84 | 0.58 | 0.02 | 341.52 | 0.96 | 0.57 |
| Hex | FB | 28 | 69 | 0 | 54 | 3A | 2 | 156 | 60 | 39 |
| Octal | 373 | 50 | 151 | 0 | 124 | 72 | 2 | 526 | 140 | 71 |
| Binary | 11111011 | 101000 | 1101001 | 0 | 1010100 | 111010 | 10 | 101010110 | 1100000 | 111001 |
Color Harmonies of #FB2869
Complementary color
Monochromatic Colors of #FB2869
Black with #FB2869
Text Example
Text Example
White with #FB2869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2869; }
p { color: rgb(251,40,105); }
H1.HeaderClassName
{
color: #FB2869;
}
.AnyTagClassName
{
color: #FB2869;
}
</style>
background-color css
<style>
a { background-color: #FB2869; }
a { background-color: rgb(251,40,105); }
div.DivClassName
{
background-color: #FB2869;
}
.BgClassName
{
background-color: #FB2869;
}
</style>
border-color css
<style>
span { border-color: #FB2869; }
span { border-color: rgb(251,40,105); }
td.TdClassName
{
border-color: #FB2869;
}
.TagClassName
{
border-color: #FB2869;
}
</style>