Shades of Radical Red #FB3C73
Tints of Radical Red #FB3C73
RGB
CMYK
RGB Variations
Color information
#FB3C73 (or 0xFB3C73) is known color: Radical Red. HEX triplet: FB, 3C and 73. RGB value is (251,60,115). Sum of RGB (Red+Green+Blue) = 251+60+115=426 (56% of max value = 765). Red value is 251 (98.44% from 255 or 58.92% from 426); Green value is 60 (23.83% from 255 or 14.08% from 426); Blue value is 115 (45.31% from 255 or 27.00% from 426); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3C73 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB3C73 is #04C38C. Grayscale: #7B7B7B. Windows color (decimal): -312205 or 7552251. OLE color: 7552251.
HSL color Cylindrical-coordinate representation of color #FB3C73: hue angle of 342.72º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FB3C73 is Cyan = 0, Magento = 0.76, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 60 | 115 | - |
| CMYK | 0 | 0.76 | 0.54 | 0.02 |
| HSL | 342.72º | 0.96% | 0.61% | - |
| HSV(B) | 342.72º | 0.76% | 0.98% | - |
| XYZ | 44.49 | 24.98 | 18.7 | - |
| YUV | 123.38 | 123.28 | 219.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 60 | 115 | 0 | 0.76 | 0.54 | 0.02 | 342.72 | 0.96 | 0.61 |
| Hex | FB | 3C | 73 | 0 | 4C | 36 | 2 | 157 | 60 | 3D |
| Octal | 373 | 74 | 163 | 0 | 114 | 66 | 2 | 527 | 140 | 75 |
| Binary | 11111011 | 111100 | 1110011 | 0 | 1001100 | 110110 | 10 | 101010111 | 1100000 | 111101 |
Color Harmonies of #FB3C73
Complementary color
Monochromatic Colors of #FB3C73
Black with #FB3C73
Text Example
Text Example
White with #FB3C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3C73; }
p { color: rgb(251,60,115); }
H1.HeaderClassName
{
color: #FB3C73;
}
.AnyTagClassName
{
color: #FB3C73;
}
</style>
background-color css
<style>
a { background-color: #FB3C73; }
a { background-color: rgb(251,60,115); }
div.DivClassName
{
background-color: #FB3C73;
}
.BgClassName
{
background-color: #FB3C73;
}
</style>
border-color css
<style>
span { border-color: #FB3C73; }
span { border-color: rgb(251,60,115); }
td.TdClassName
{
border-color: #FB3C73;
}
.TagClassName
{
border-color: #FB3C73;
}
</style>