Shades of Radical Red #FB2D4C
Tints of Radical Red #FB2D4C
RGB
CMYK
RGB Variations
Color information
#FB2D4C (or 0xFB2D4C) is known color: Radical Red. HEX triplet: FB, 2D and 4C. RGB value is (251,45,76). Sum of RGB (Red+Green+Blue) = 251+45+76=372 (49% of max value = 765). Red value is 251 (98.44% from 255 or 67.47% from 372); Green value is 45 (17.97% from 255 or 12.10% from 372); Blue value is 76 (30.08% from 255 or 20.43% from 372); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2D4C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB2D4C is #04D2B3. Grayscale: #6E6E6E. Windows color (decimal): -316084 or 4992507. OLE color: 4992507.
HSL color Cylindrical-coordinate representation of color #FB2D4C: hue angle of 350.97º 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 #FB2D4C is Cyan = 0, Magento = 0.82, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 45 | 76 | - |
| CMYK | 0 | 0.82 | 0.70 | 0.02 |
| HSL | 350.97º | 0.96% | 0.58% | - |
| HSV(B) | 350.97º | 0.82% | 0.98% | - |
| XYZ | 42.03 | 22.91 | 9.04 | - |
| YUV | 110.13 | 108.75 | 228.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 45 | 76 | 0 | 0.82 | 0.70 | 0.02 | 350.97 | 0.96 | 0.58 |
| Hex | FB | 2D | 4C | 0 | 52 | 46 | 2 | 15F | 60 | 3A |
| Octal | 373 | 55 | 114 | 0 | 122 | 106 | 2 | 537 | 140 | 72 |
| Binary | 11111011 | 101101 | 1001100 | 0 | 1010010 | 1000110 | 10 | 101011111 | 1100000 | 111010 |
Color Harmonies of #FB2D4C
Complementary color
Monochromatic Colors of #FB2D4C
Black with #FB2D4C
Text Example
Text Example
White with #FB2D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2D4C; }
p { color: rgb(251,45,76); }
H1.HeaderClassName
{
color: #FB2D4C;
}
.AnyTagClassName
{
color: #FB2D4C;
}
</style>
background-color css
<style>
a { background-color: #FB2D4C; }
a { background-color: rgb(251,45,76); }
div.DivClassName
{
background-color: #FB2D4C;
}
.BgClassName
{
background-color: #FB2D4C;
}
</style>
border-color css
<style>
span { border-color: #FB2D4C; }
span { border-color: rgb(251,45,76); }
td.TdClassName
{
border-color: #FB2D4C;
}
.TagClassName
{
border-color: #FB2D4C;
}
</style>