Shades of Radical Red #FB3A62
Tints of Radical Red #FB3A62
RGB
CMYK
RGB Variations
Color information
#FB3A62 (or 0xFB3A62) is known color: Radical Red. HEX triplet: FB, 3A and 62. RGB value is (251,58,98). Sum of RGB (Red+Green+Blue) = 251+58+98=407 (53% of max value = 765). Red value is 251 (98.44% from 255 or 61.67% from 407); Green value is 58 (23.05% from 255 or 14.25% from 407); Blue value is 98 (38.67% from 255 or 24.08% from 407); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3A62 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB3A62 is #04C59D. Grayscale: #787878. Windows color (decimal): -312734 or 6437627. OLE color: 6437627.
HSL color Cylindrical-coordinate representation of color #FB3A62: hue angle of 347.56º 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 #FB3A62 is Cyan = 0, Magento = 0.77, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 58 | 98 | - |
| CMYK | 0 | 0.77 | 0.61 | 0.02 |
| HSL | 347.56º | 0.96% | 0.61% | - |
| HSV(B) | 347.56º | 0.77% | 0.98% | - |
| XYZ | 43.5 | 24.42 | 13.98 | - |
| YUV | 120.27 | 115.44 | 221.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 58 | 98 | 0 | 0.77 | 0.61 | 0.02 | 347.56 | 0.96 | 0.61 |
| Hex | FB | 3A | 62 | 0 | 4D | 3D | 2 | 15C | 60 | 3D |
| Octal | 373 | 72 | 142 | 0 | 115 | 75 | 2 | 534 | 140 | 75 |
| Binary | 11111011 | 111010 | 1100010 | 0 | 1001101 | 111101 | 10 | 101011100 | 1100000 | 111101 |
Color Harmonies of #FB3A62
Complementary color
Monochromatic Colors of #FB3A62
Black with #FB3A62
Text Example
Text Example
White with #FB3A62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3A62; }
p { color: rgb(251,58,98); }
H1.HeaderClassName
{
color: #FB3A62;
}
.AnyTagClassName
{
color: #FB3A62;
}
</style>
background-color css
<style>
a { background-color: #FB3A62; }
a { background-color: rgb(251,58,98); }
div.DivClassName
{
background-color: #FB3A62;
}
.BgClassName
{
background-color: #FB3A62;
}
</style>
border-color css
<style>
span { border-color: #FB3A62; }
span { border-color: rgb(251,58,98); }
td.TdClassName
{
border-color: #FB3A62;
}
.TagClassName
{
border-color: #FB3A62;
}
</style>