Shades of Radical Red #FB215C
Tints of Radical Red #FB215C
RGB
CMYK
RGB Variations
Color information
#FB215C (or 0xFB215C) is known color: Radical Red. HEX triplet: FB, 21 and 5C. RGB value is (251,33,92). Sum of RGB (Red+Green+Blue) = 251+33+92=376 (49% of max value = 765). Red value is 251 (98.44% from 255 or 66.76% from 376); Green value is 33 (13.28% from 255 or 8.78% from 376); Blue value is 92 (36.33% from 255 or 24.47% from 376); Max value from RGB is 251 - color contains mainly: red. Hex color #FB215C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB215C is #04DEA3. Grayscale: #686868. Windows color (decimal): -319140 or 6038011. OLE color: 6038011.
HSL color Cylindrical-coordinate representation of color #FB215C: hue angle of 343.76º 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 #FB215C is Cyan = 0, Magento = 0.87, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 33 | 92 | - |
| CMYK | 0 | 0.87 | 0.63 | 0.02 |
| HSL | 343.76º | 0.96% | 0.56% | - |
| HSV(B) | 343.76º | 0.87% | 0.98% | - |
| XYZ | 42.26 | 22.37 | 12.22 | - |
| YUV | 104.91 | 120.72 | 232.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 33 | 92 | 0 | 0.87 | 0.63 | 0.02 | 343.76 | 0.96 | 0.56 |
| Hex | FB | 21 | 5C | 0 | 57 | 3F | 2 | 158 | 60 | 38 |
| Octal | 373 | 41 | 134 | 0 | 127 | 77 | 2 | 530 | 140 | 70 |
| Binary | 11111011 | 100001 | 1011100 | 0 | 1010111 | 111111 | 10 | 101011000 | 1100000 | 111000 |
Color Harmonies of #FB215C
Complementary color
Monochromatic Colors of #FB215C
Black with #FB215C
Text Example
Text Example
White with #FB215C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB215C; }
p { color: rgb(251,33,92); }
H1.HeaderClassName
{
color: #FB215C;
}
.AnyTagClassName
{
color: #FB215C;
}
</style>
background-color css
<style>
a { background-color: #FB215C; }
a { background-color: rgb(251,33,92); }
div.DivClassName
{
background-color: #FB215C;
}
.BgClassName
{
background-color: #FB215C;
}
</style>
border-color css
<style>
span { border-color: #FB215C; }
span { border-color: rgb(251,33,92); }
td.TdClassName
{
border-color: #FB215C;
}
.TagClassName
{
border-color: #FB215C;
}
</style>