Shades of Radical Red #FB2D6C
Tints of Radical Red #FB2D6C
RGB
CMYK
RGB Variations
Color information
#FB2D6C (or 0xFB2D6C) is known color: Radical Red. HEX triplet: FB, 2D and 6C. RGB value is (251,45,108). Sum of RGB (Red+Green+Blue) = 251+45+108=404 (53% of max value = 765). Red value is 251 (98.44% from 255 or 62.13% from 404); Green value is 45 (17.97% from 255 or 11.14% from 404); Blue value is 108 (42.58% from 255 or 26.73% from 404); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2D6C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB2D6C is #04D293. Grayscale: #717171. Windows color (decimal): -316052 or 7089659. OLE color: 7089659.
HSL color Cylindrical-coordinate representation of color #FB2D6C: hue angle of 341.65º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FB2D6C is Cyan = 0, Magento = 0.82, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 45 | 108 | - |
| CMYK | 0 | 0.82 | 0.57 | 0.02 |
| HSL | 341.65º | 0.96% | 0.58% | - |
| HSV(B) | 341.65º | 0.82% | 0.98% | - |
| XYZ | 43.43 | 23.47 | 16.43 | - |
| YUV | 113.78 | 124.75 | 225.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 45 | 108 | 0 | 0.82 | 0.57 | 0.02 | 341.65 | 0.96 | 0.58 |
| Hex | FB | 2D | 6C | 0 | 52 | 39 | 2 | 156 | 60 | 3A |
| Octal | 373 | 55 | 154 | 0 | 122 | 71 | 2 | 526 | 140 | 72 |
| Binary | 11111011 | 101101 | 1101100 | 0 | 1010010 | 111001 | 10 | 101010110 | 1100000 | 111010 |
Color Harmonies of #FB2D6C
Complementary color
Monochromatic Colors of #FB2D6C
Black with #FB2D6C
Text Example
Text Example
White with #FB2D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2D6C; }
p { color: rgb(251,45,108); }
H1.HeaderClassName
{
color: #FB2D6C;
}
.AnyTagClassName
{
color: #FB2D6C;
}
</style>
background-color css
<style>
a { background-color: #FB2D6C; }
a { background-color: rgb(251,45,108); }
div.DivClassName
{
background-color: #FB2D6C;
}
.BgClassName
{
background-color: #FB2D6C;
}
</style>
border-color css
<style>
span { border-color: #FB2D6C; }
span { border-color: rgb(251,45,108); }
td.TdClassName
{
border-color: #FB2D6C;
}
.TagClassName
{
border-color: #FB2D6C;
}
</style>