Shades of Radical Red #FB3C72
Tints of Radical Red #FB3C72
RGB
CMYK
RGB Variations
Color information
#FB3C72 (or 0xFB3C72) is known color: Radical Red. HEX triplet: FB, 3C and 72. RGB value is (251,60,114). Sum of RGB (Red+Green+Blue) = 251+60+114=425 (56% of max value = 765). Red value is 251 (98.44% from 255 or 59.06% from 425); Green value is 60 (23.83% from 255 or 14.12% from 425); Blue value is 114 (44.92% from 255 or 26.82% from 425); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3C72 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB3C72 is #04C38D. Grayscale: #7B7B7B. Windows color (decimal): -312206 or 7486715. OLE color: 7486715.
HSL color Cylindrical-coordinate representation of color #FB3C72: hue angle of 343.04º 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 #FB3C72 is Cyan = 0, Magento = 0.76, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 60 | 114 | - |
| CMYK | 0 | 0.76 | 0.55 | 0.02 |
| HSL | 343.04º | 0.96% | 0.61% | - |
| HSV(B) | 343.04º | 0.76% | 0.98% | - |
| XYZ | 44.44 | 24.96 | 18.39 | - |
| YUV | 123.27 | 122.78 | 219.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 60 | 114 | 0 | 0.76 | 0.55 | 0.02 | 343.04 | 0.96 | 0.61 |
| Hex | FB | 3C | 72 | 0 | 4C | 37 | 2 | 157 | 60 | 3D |
| Octal | 373 | 74 | 162 | 0 | 114 | 67 | 2 | 527 | 140 | 75 |
| Binary | 11111011 | 111100 | 1110010 | 0 | 1001100 | 110111 | 10 | 101010111 | 1100000 | 111101 |
Color Harmonies of #FB3C72
Complementary color
Monochromatic Colors of #FB3C72
Black with #FB3C72
Text Example
Text Example
White with #FB3C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3C72; }
p { color: rgb(251,60,114); }
H1.HeaderClassName
{
color: #FB3C72;
}
.AnyTagClassName
{
color: #FB3C72;
}
</style>
background-color css
<style>
a { background-color: #FB3C72; }
a { background-color: rgb(251,60,114); }
div.DivClassName
{
background-color: #FB3C72;
}
.BgClassName
{
background-color: #FB3C72;
}
</style>
border-color css
<style>
span { border-color: #FB3C72; }
span { border-color: rgb(251,60,114); }
td.TdClassName
{
border-color: #FB3C72;
}
.TagClassName
{
border-color: #FB3C72;
}
</style>