Shades of Radical Red #FB356F
Tints of Radical Red #FB356F
RGB
CMYK
RGB Variations
Color information
#FB356F (or 0xFB356F) is known color: Radical Red. HEX triplet: FB, 35 and 6F. RGB value is (251,53,111). Sum of RGB (Red+Green+Blue) = 251+53+111=415 (54% of max value = 765). Red value is 251 (98.44% from 255 or 60.48% from 415); Green value is 53 (21.09% from 255 or 12.77% from 415); Blue value is 111 (43.75% from 255 or 26.75% from 415); Max value from RGB is 251 - color contains mainly: red. Hex color #FB356F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB356F is #04CA90. Grayscale: #767676. Windows color (decimal): -314001 or 7288315. OLE color: 7288315.
HSL color Cylindrical-coordinate representation of color #FB356F: hue angle of 342.42º 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 #FB356F is Cyan = 0, Magento = 0.79, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 53 | 111 | - |
| CMYK | 0 | 0.79 | 0.56 | 0.02 |
| HSL | 342.42º | 0.96% | 0.6% | - |
| HSV(B) | 342.42º | 0.79% | 0.98% | - |
| XYZ | 43.93 | 24.2 | 17.4 | - |
| YUV | 118.81 | 123.6 | 222.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 53 | 111 | 0 | 0.79 | 0.56 | 0.02 | 342.42 | 0.96 | 0.6 |
| Hex | FB | 35 | 6F | 0 | 4F | 38 | 2 | 156 | 60 | 3C |
| Octal | 373 | 65 | 157 | 0 | 117 | 70 | 2 | 526 | 140 | 74 |
| Binary | 11111011 | 110101 | 1101111 | 0 | 1001111 | 111000 | 10 | 101010110 | 1100000 | 111100 |
Color Harmonies of #FB356F
Complementary color
Monochromatic Colors of #FB356F
Black with #FB356F
Text Example
Text Example
White with #FB356F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB356F; }
p { color: rgb(251,53,111); }
H1.HeaderClassName
{
color: #FB356F;
}
.AnyTagClassName
{
color: #FB356F;
}
</style>
background-color css
<style>
a { background-color: #FB356F; }
a { background-color: rgb(251,53,111); }
div.DivClassName
{
background-color: #FB356F;
}
.BgClassName
{
background-color: #FB356F;
}
</style>
border-color css
<style>
span { border-color: #FB356F; }
span { border-color: rgb(251,53,111); }
td.TdClassName
{
border-color: #FB356F;
}
.TagClassName
{
border-color: #FB356F;
}
</style>