Shades of Radical Red #FD2B4C
Tints of Radical Red #FD2B4C
RGB
CMYK
RGB Variations
Color information
#FD2B4C (or 0xFD2B4C) is known color: Radical Red. HEX triplet: FD, 2B and 4C. RGB value is (253,43,76). Sum of RGB (Red+Green+Blue) = 253+43+76=372 (49% of max value = 765). Red value is 253 (99.22% from 255 or 68.01% from 372); Green value is 43 (17.19% from 255 or 11.56% from 372); Blue value is 76 (30.08% from 255 or 20.43% from 372); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2B4C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD2B4C is #02D4B3. Grayscale: #6D6D6D. Windows color (decimal): -185524 or 4991997. OLE color: 4991997.
HSL color Cylindrical-coordinate representation of color #FD2B4C: hue angle of 350.57º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FD2B4C is Cyan = 0, Magento = 0.83, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 43 | 76 | - |
| CMYK | 0 | 0.83 | 0.70 | 0.01 |
| HSL | 350.57º | 0.98% | 0.58% | - |
| HSV(B) | 350.57º | 0.83% | 0.99% | - |
| XYZ | 42.68 | 23.13 | 9.05 | - |
| YUV | 109.55 | 109.07 | 230.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 43 | 76 | 0 | 0.83 | 0.70 | 0.01 | 350.57 | 0.98 | 0.58 |
| Hex | FD | 2B | 4C | 0 | 53 | 46 | 1 | 15F | 62 | 3A |
| Octal | 375 | 53 | 114 | 0 | 123 | 106 | 1 | 537 | 142 | 72 |
| Binary | 11111101 | 101011 | 1001100 | 0 | 1010011 | 1000110 | 1 | 101011111 | 1100010 | 111010 |
Color Harmonies of #FD2B4C
Complementary color
Monochromatic Colors of #FD2B4C
Black with #FD2B4C
Text Example
Text Example
White with #FD2B4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2B4C; }
p { color: rgb(253,43,76); }
H1.HeaderClassName
{
color: #FD2B4C;
}
.AnyTagClassName
{
color: #FD2B4C;
}
</style>
background-color css
<style>
a { background-color: #FD2B4C; }
a { background-color: rgb(253,43,76); }
div.DivClassName
{
background-color: #FD2B4C;
}
.BgClassName
{
background-color: #FD2B4C;
}
</style>
border-color css
<style>
span { border-color: #FD2B4C; }
span { border-color: rgb(253,43,76); }
td.TdClassName
{
border-color: #FD2B4C;
}
.TagClassName
{
border-color: #FD2B4C;
}
</style>