Shades of Radical Red #FB1D59
Tints of Radical Red #FB1D59
RGB
CMYK
RGB Variations
Color information
#FB1D59 (or 0xFB1D59) is known color: Radical Red. HEX triplet: FB, 1D and 59. RGB value is (251,29,89). Sum of RGB (Red+Green+Blue) = 251+29+89=369 (48% of max value = 765). Red value is 251 (98.44% from 255 or 68.02% from 369); Green value is 29 (11.72% from 255 or 7.86% from 369); Blue value is 89 (35.16% from 255 or 24.12% from 369); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1D59 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB1D59 is #04E2A6. Grayscale: #666666. Windows color (decimal): -320167 or 5840379. OLE color: 5840379.
HSL color Cylindrical-coordinate representation of color #FB1D59: hue angle of 343.78º 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 #FB1D59 is Cyan = 0, Magento = 0.88, Yellow = 0.65 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 29 | 89 | - |
| CMYK | 0 | 0.88 | 0.65 | 0.02 |
| HSL | 343.78º | 0.97% | 0.55% | - |
| HSV(B) | 343.78º | 0.88% | 0.98% | - |
| XYZ | 42.03 | 22.11 | 11.5 | - |
| YUV | 102.22 | 120.55 | 234.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 29 | 89 | 0 | 0.88 | 0.65 | 0.02 | 343.78 | 0.97 | 0.55 |
| Hex | FB | 1D | 59 | 0 | 58 | 41 | 2 | 158 | 61 | 37 |
| Octal | 373 | 35 | 131 | 0 | 130 | 101 | 2 | 530 | 141 | 67 |
| Binary | 11111011 | 11101 | 1011001 | 0 | 1011000 | 1000001 | 10 | 101011000 | 1100001 | 110111 |
Color Harmonies of #FB1D59
Complementary color
Monochromatic Colors of #FB1D59
Black with #FB1D59
Text Example
Text Example
White with #FB1D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1D59; }
p { color: rgb(251,29,89); }
H1.HeaderClassName
{
color: #FB1D59;
}
.AnyTagClassName
{
color: #FB1D59;
}
</style>
background-color css
<style>
a { background-color: #FB1D59; }
a { background-color: rgb(251,29,89); }
div.DivClassName
{
background-color: #FB1D59;
}
.BgClassName
{
background-color: #FB1D59;
}
</style>
border-color css
<style>
span { border-color: #FB1D59; }
span { border-color: rgb(251,29,89); }
td.TdClassName
{
border-color: #FB1D59;
}
.TagClassName
{
border-color: #FB1D59;
}
</style>