Shades of Radical Red #FB356D
Tints of Radical Red #FB356D
RGB
CMYK
RGB Variations
Color information
#FB356D (or 0xFB356D) is known color: Radical Red. HEX triplet: FB, 35 and 6D. RGB value is (251,53,109). Sum of RGB (Red+Green+Blue) = 251+53+109=413 (54% of max value = 765). Red value is 251 (98.44% from 255 or 60.77% from 413); Green value is 53 (21.09% from 255 or 12.83% from 413); Blue value is 109 (42.97% from 255 or 26.39% from 413); Max value from RGB is 251 - color contains mainly: red. Hex color #FB356D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB356D is #04CA92. Grayscale: #767676. Windows color (decimal): -314003 or 7157243. OLE color: 7157243.
HSL color Cylindrical-coordinate representation of color #FB356D: hue angle of 343.03º 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 #FB356D is Cyan = 0, Magento = 0.79, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 53 | 109 | - |
| CMYK | 0 | 0.79 | 0.57 | 0.02 |
| HSL | 343.03º | 0.96% | 0.6% | - |
| HSV(B) | 343.03º | 0.79% | 0.98% | - |
| XYZ | 43.82 | 24.16 | 16.82 | - |
| YUV | 118.59 | 122.6 | 222.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 53 | 109 | 0 | 0.79 | 0.57 | 0.02 | 343.03 | 0.96 | 0.6 |
| Hex | FB | 35 | 6D | 0 | 4F | 39 | 2 | 157 | 60 | 3C |
| Octal | 373 | 65 | 155 | 0 | 117 | 71 | 2 | 527 | 140 | 74 |
| Binary | 11111011 | 110101 | 1101101 | 0 | 1001111 | 111001 | 10 | 101010111 | 1100000 | 111100 |
Color Harmonies of #FB356D
Complementary color
Monochromatic Colors of #FB356D
Black with #FB356D
Text Example
Text Example
White with #FB356D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB356D; }
p { color: rgb(251,53,109); }
H1.HeaderClassName
{
color: #FB356D;
}
.AnyTagClassName
{
color: #FB356D;
}
</style>
background-color css
<style>
a { background-color: #FB356D; }
a { background-color: rgb(251,53,109); }
div.DivClassName
{
background-color: #FB356D;
}
.BgClassName
{
background-color: #FB356D;
}
</style>
border-color css
<style>
span { border-color: #FB356D; }
span { border-color: rgb(251,53,109); }
td.TdClassName
{
border-color: #FB356D;
}
.TagClassName
{
border-color: #FB356D;
}
</style>