Shades of Radical Red #FB3A74
Tints of Radical Red #FB3A74
RGB
CMYK
RGB Variations
Color information
#FB3A74 (or 0xFB3A74) is known color: Radical Red. HEX triplet: FB, 3A and 74. RGB value is (251,58,116). Sum of RGB (Red+Green+Blue) = 251+58+116=425 (56% of max value = 765). Red value is 251 (98.44% from 255 or 59.06% from 425); Green value is 58 (23.05% from 255 or 13.65% from 425); Blue value is 116 (45.70% from 255 or 27.29% from 425); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3A74 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB3A74 is #04C58B. Grayscale: #7A7A7A. Windows color (decimal): -312716 or 7617275. OLE color: 7617275.
HSL color Cylindrical-coordinate representation of color #FB3A74: hue angle of 341.97º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FB3A74 is Cyan = 0, Magento = 0.77, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 58 | 116 | - |
| CMYK | 0 | 0.77 | 0.54 | 0.02 |
| HSL | 341.97º | 0.96% | 0.61% | - |
| HSV(B) | 341.97º | 0.77% | 0.98% | - |
| XYZ | 44.45 | 24.8 | 18.97 | - |
| YUV | 122.32 | 124.44 | 219.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 58 | 116 | 0 | 0.77 | 0.54 | 0.02 | 341.97 | 0.96 | 0.61 |
| Hex | FB | 3A | 74 | 0 | 4D | 36 | 2 | 156 | 60 | 3D |
| Octal | 373 | 72 | 164 | 0 | 115 | 66 | 2 | 526 | 140 | 75 |
| Binary | 11111011 | 111010 | 1110100 | 0 | 1001101 | 110110 | 10 | 101010110 | 1100000 | 111101 |
Color Harmonies of #FB3A74
Complementary color
Monochromatic Colors of #FB3A74
Black with #FB3A74
Text Example
Text Example
White with #FB3A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3A74; }
p { color: rgb(251,58,116); }
H1.HeaderClassName
{
color: #FB3A74;
}
.AnyTagClassName
{
color: #FB3A74;
}
</style>
background-color css
<style>
a { background-color: #FB3A74; }
a { background-color: rgb(251,58,116); }
div.DivClassName
{
background-color: #FB3A74;
}
.BgClassName
{
background-color: #FB3A74;
}
</style>
border-color css
<style>
span { border-color: #FB3A74; }
span { border-color: rgb(251,58,116); }
td.TdClassName
{
border-color: #FB3A74;
}
.TagClassName
{
border-color: #FB3A74;
}
</style>