Shades of Radical Red #FB356E
Tints of Radical Red #FB356E
RGB
CMYK
RGB Variations
Color information
#FB356E (or 0xFB356E) is known color: Radical Red. HEX triplet: FB, 35 and 6E. RGB value is (251,53,110). Sum of RGB (Red+Green+Blue) = 251+53+110=414 (54% of max value = 765). Red value is 251 (98.44% from 255 or 60.63% from 414); Green value is 53 (21.09% from 255 or 12.80% from 414); Blue value is 110 (43.36% from 255 or 26.57% from 414); Max value from RGB is 251 - color contains mainly: red. Hex color #FB356E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB356E is #04CA91. Grayscale: #767676. Windows color (decimal): -314002 or 7222779. OLE color: 7222779.
HSL color Cylindrical-coordinate representation of color #FB356E: hue angle of 342.73º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FB356E is Cyan = 0, Magento = 0.79, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 53 | 110 | - |
| CMYK | 0 | 0.79 | 0.56 | 0.02 |
| HSL | 342.73º | 0.96% | 0.6% | - |
| HSV(B) | 342.73º | 0.79% | 0.98% | - |
| XYZ | 43.87 | 24.18 | 17.11 | - |
| YUV | 118.7 | 123.1 | 222.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 53 | 110 | 0 | 0.79 | 0.56 | 0.02 | 342.73 | 0.96 | 0.6 |
| Hex | FB | 35 | 6E | 0 | 4F | 38 | 2 | 157 | 60 | 3C |
| Octal | 373 | 65 | 156 | 0 | 117 | 70 | 2 | 527 | 140 | 74 |
| Binary | 11111011 | 110101 | 1101110 | 0 | 1001111 | 111000 | 10 | 101010111 | 1100000 | 111100 |
Color Harmonies of #FB356E
Complementary color
Monochromatic Colors of #FB356E
Black with #FB356E
Text Example
Text Example
White with #FB356E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB356E; }
p { color: rgb(251,53,110); }
H1.HeaderClassName
{
color: #FB356E;
}
.AnyTagClassName
{
color: #FB356E;
}
</style>
background-color css
<style>
a { background-color: #FB356E; }
a { background-color: rgb(251,53,110); }
div.DivClassName
{
background-color: #FB356E;
}
.BgClassName
{
background-color: #FB356E;
}
</style>
border-color css
<style>
span { border-color: #FB356E; }
span { border-color: rgb(251,53,110); }
td.TdClassName
{
border-color: #FB356E;
}
.TagClassName
{
border-color: #FB356E;
}
</style>