Shades of Radical Red #FB304D
Tints of Radical Red #FB304D
RGB
CMYK
RGB Variations
Color information
#FB304D (or 0xFB304D) is known color: Radical Red. HEX triplet: FB, 30 and 4D. RGB value is (251,48,77). Sum of RGB (Red+Green+Blue) = 251+48+77=376 (49% of max value = 765). Red value is 251 (98.44% from 255 or 66.76% from 376); Green value is 48 (19.14% from 255 or 12.77% from 376); Blue value is 77 (30.47% from 255 or 20.48% from 376); Max value from RGB is 251 - color contains mainly: red. Hex color #FB304D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB304D is #04CFB2. Grayscale: #707070. Windows color (decimal): -315315 or 5058811. OLE color: 5058811.
HSL color Cylindrical-coordinate representation of color #FB304D: hue angle of 351.43º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FB304D is Cyan = 0, Magento = 0.81, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 48 | 77 | - |
| CMYK | 0 | 0.81 | 0.69 | 0.02 |
| HSL | 351.43º | 0.96% | 0.59% | - |
| HSV(B) | 351.43º | 0.81% | 0.98% | - |
| XYZ | 42.18 | 23.16 | 9.27 | - |
| YUV | 112 | 108.25 | 227.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 48 | 77 | 0 | 0.81 | 0.69 | 0.02 | 351.43 | 0.96 | 0.59 |
| Hex | FB | 30 | 4D | 0 | 51 | 45 | 2 | 15F | 60 | 3B |
| Octal | 373 | 60 | 115 | 0 | 121 | 105 | 2 | 537 | 140 | 73 |
| Binary | 11111011 | 110000 | 1001101 | 0 | 1010001 | 1000101 | 10 | 101011111 | 1100000 | 111011 |
Color Harmonies of #FB304D
Complementary color
Monochromatic Colors of #FB304D
Black with #FB304D
Text Example
Text Example
White with #FB304D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB304D; }
p { color: rgb(251,48,77); }
H1.HeaderClassName
{
color: #FB304D;
}
.AnyTagClassName
{
color: #FB304D;
}
</style>
background-color css
<style>
a { background-color: #FB304D; }
a { background-color: rgb(251,48,77); }
div.DivClassName
{
background-color: #FB304D;
}
.BgClassName
{
background-color: #FB304D;
}
</style>
border-color css
<style>
span { border-color: #FB304D; }
span { border-color: rgb(251,48,77); }
td.TdClassName
{
border-color: #FB304D;
}
.TagClassName
{
border-color: #FB304D;
}
</style>