Shades of Radical Red #FB2D6A
Tints of Radical Red #FB2D6A
RGB
CMYK
RGB Variations
Color information
#FB2D6A (or 0xFB2D6A) is known color: Radical Red. HEX triplet: FB, 2D and 6A. RGB value is (251,45,106). Sum of RGB (Red+Green+Blue) = 251+45+106=402 (53% of max value = 765). Red value is 251 (98.44% from 255 or 62.44% from 402); Green value is 45 (17.97% from 255 or 11.19% from 402); Blue value is 106 (41.80% from 255 or 26.37% from 402); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2D6A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB2D6A is #04D295. Grayscale: #717171. Windows color (decimal): -316054 or 6958587. OLE color: 6958587.
HSL color Cylindrical-coordinate representation of color #FB2D6A: hue angle of 342.23º 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 #FB2D6A is Cyan = 0, Magento = 0.82, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 45 | 106 | - |
| CMYK | 0 | 0.82 | 0.58 | 0.02 |
| HSL | 342.23º | 0.96% | 0.58% | - |
| HSV(B) | 342.23º | 0.82% | 0.98% | - |
| XYZ | 43.32 | 23.43 | 15.87 | - |
| YUV | 113.55 | 123.75 | 226.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 45 | 106 | 0 | 0.82 | 0.58 | 0.02 | 342.23 | 0.96 | 0.58 |
| Hex | FB | 2D | 6A | 0 | 52 | 3A | 2 | 156 | 60 | 3A |
| Octal | 373 | 55 | 152 | 0 | 122 | 72 | 2 | 526 | 140 | 72 |
| Binary | 11111011 | 101101 | 1101010 | 0 | 1010010 | 111010 | 10 | 101010110 | 1100000 | 111010 |
Color Harmonies of #FB2D6A
Complementary color
Monochromatic Colors of #FB2D6A
Black with #FB2D6A
Text Example
Text Example
White with #FB2D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2D6A; }
p { color: rgb(251,45,106); }
H1.HeaderClassName
{
color: #FB2D6A;
}
.AnyTagClassName
{
color: #FB2D6A;
}
</style>
background-color css
<style>
a { background-color: #FB2D6A; }
a { background-color: rgb(251,45,106); }
div.DivClassName
{
background-color: #FB2D6A;
}
.BgClassName
{
background-color: #FB2D6A;
}
</style>
border-color css
<style>
span { border-color: #FB2D6A; }
span { border-color: rgb(251,45,106); }
td.TdClassName
{
border-color: #FB2D6A;
}
.TagClassName
{
border-color: #FB2D6A;
}
</style>