Shades of Radical Red #FB1E64
Tints of Radical Red #FB1E64
RGB
CMYK
RGB Variations
Color information
#FB1E64 (or 0xFB1E64) is known color: Radical Red. HEX triplet: FB, 1E and 64. RGB value is (251,30,100). Sum of RGB (Red+Green+Blue) = 251+30+100=381 (50% of max value = 765). Red value is 251 (98.44% from 255 or 65.88% from 381); Green value is 30 (12.11% from 255 or 7.87% from 381); Blue value is 100 (39.45% from 255 or 26.25% from 381); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1E64 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB1E64 is #04E19B. Grayscale: #686868. Windows color (decimal): -319900 or 6561531. OLE color: 6561531.
HSL color Cylindrical-coordinate representation of color #FB1E64: hue angle of 341º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FB1E64 is Cyan = 0, Magento = 0.88, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 30 | 100 | - |
| CMYK | 0 | 0.88 | 0.60 | 0.02 |
| HSL | 341º | 0.97% | 0.55% | - |
| HSV(B) | 341º | 0.88% | 0.98% | - |
| XYZ | 42.55 | 22.36 | 14.13 | - |
| YUV | 104.06 | 125.72 | 232.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 30 | 100 | 0 | 0.88 | 0.60 | 0.02 | 341 | 0.97 | 0.55 |
| Hex | FB | 1E | 64 | 0 | 58 | 3C | 2 | 155 | 61 | 37 |
| Octal | 373 | 36 | 144 | 0 | 130 | 74 | 2 | 525 | 141 | 67 |
| Binary | 11111011 | 11110 | 1100100 | 0 | 1011000 | 111100 | 10 | 101010101 | 1100001 | 110111 |
Color Harmonies of #FB1E64
Complementary color
Monochromatic Colors of #FB1E64
Black with #FB1E64
Text Example
Text Example
White with #FB1E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1E64; }
p { color: rgb(251,30,100); }
H1.HeaderClassName
{
color: #FB1E64;
}
.AnyTagClassName
{
color: #FB1E64;
}
</style>
background-color css
<style>
a { background-color: #FB1E64; }
a { background-color: rgb(251,30,100); }
div.DivClassName
{
background-color: #FB1E64;
}
.BgClassName
{
background-color: #FB1E64;
}
</style>
border-color css
<style>
span { border-color: #FB1E64; }
span { border-color: rgb(251,30,100); }
td.TdClassName
{
border-color: #FB1E64;
}
.TagClassName
{
border-color: #FB1E64;
}
</style>