Shades of Radical Red #FB3C70
Tints of Radical Red #FB3C70
RGB
CMYK
RGB Variations
Color information
#FB3C70 (or 0xFB3C70) is known color: Radical Red. HEX triplet: FB, 3C and 70. RGB value is (251,60,112). Sum of RGB (Red+Green+Blue) = 251+60+112=423 (56% of max value = 765). Red value is 251 (98.44% from 255 or 59.34% from 423); Green value is 60 (23.83% from 255 or 14.18% from 423); Blue value is 112 (44.14% from 255 or 26.48% from 423); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3C70 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB3C70 is #04C38F. Grayscale: #7B7B7B. Windows color (decimal): -312208 or 7355643. OLE color: 7355643.
HSL color Cylindrical-coordinate representation of color #FB3C70: hue angle of 343.66º 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 #FB3C70 is Cyan = 0, Magento = 0.76, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 60 | 112 | - |
| CMYK | 0 | 0.76 | 0.55 | 0.02 |
| HSL | 343.66º | 0.96% | 0.61% | - |
| HSV(B) | 343.66º | 0.76% | 0.98% | - |
| XYZ | 44.32 | 24.91 | 17.8 | - |
| YUV | 123.04 | 121.78 | 219.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 60 | 112 | 0 | 0.76 | 0.55 | 0.02 | 343.66 | 0.96 | 0.61 |
| Hex | FB | 3C | 70 | 0 | 4C | 37 | 2 | 158 | 60 | 3D |
| Octal | 373 | 74 | 160 | 0 | 114 | 67 | 2 | 530 | 140 | 75 |
| Binary | 11111011 | 111100 | 1110000 | 0 | 1001100 | 110111 | 10 | 101011000 | 1100000 | 111101 |
Color Harmonies of #FB3C70
Complementary color
Monochromatic Colors of #FB3C70
Black with #FB3C70
Text Example
Text Example
White with #FB3C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3C70; }
p { color: rgb(251,60,112); }
H1.HeaderClassName
{
color: #FB3C70;
}
.AnyTagClassName
{
color: #FB3C70;
}
</style>
background-color css
<style>
a { background-color: #FB3C70; }
a { background-color: rgb(251,60,112); }
div.DivClassName
{
background-color: #FB3C70;
}
.BgClassName
{
background-color: #FB3C70;
}
</style>
border-color css
<style>
span { border-color: #FB3C70; }
span { border-color: rgb(251,60,112); }
td.TdClassName
{
border-color: #FB3C70;
}
.TagClassName
{
border-color: #FB3C70;
}
</style>