Shades of Radical Red #FB355A
Tints of Radical Red #FB355A
RGB
CMYK
RGB Variations
Color information
#FB355A (or 0xFB355A) is known color: Radical Red. HEX triplet: FB, 35 and 5A. RGB value is (251,53,90). Sum of RGB (Red+Green+Blue) = 251+53+90=394 (52% of max value = 765). Red value is 251 (98.44% from 255 or 63.71% from 394); Green value is 53 (21.09% from 255 or 13.45% from 394); Blue value is 90 (35.55% from 255 or 22.84% from 394); Max value from RGB is 251 - color contains mainly: red. Hex color #FB355A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB355A is #04CAA5. Grayscale: #747474. Windows color (decimal): -314022 or 5912059. OLE color: 5912059.
HSL color Cylindrical-coordinate representation of color #FB355A: hue angle of 348.79º 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 #FB355A is Cyan = 0, Magento = 0.79, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 53 | 90 | - |
| CMYK | 0 | 0.79 | 0.64 | 0.02 |
| HSL | 348.79º | 0.96% | 0.6% | - |
| HSV(B) | 348.79º | 0.79% | 0.98% | - |
| XYZ | 42.9 | 23.79 | 12 | - |
| YUV | 116.42 | 113.1 | 223.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 53 | 90 | 0 | 0.79 | 0.64 | 0.02 | 348.79 | 0.96 | 0.6 |
| Hex | FB | 35 | 5A | 0 | 4F | 40 | 2 | 15D | 60 | 3C |
| Octal | 373 | 65 | 132 | 0 | 117 | 100 | 2 | 535 | 140 | 74 |
| Binary | 11111011 | 110101 | 1011010 | 0 | 1001111 | 1000000 | 10 | 101011101 | 1100000 | 111100 |
Color Harmonies of #FB355A
Complementary color
Monochromatic Colors of #FB355A
Black with #FB355A
Text Example
Text Example
White with #FB355A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB355A; }
p { color: rgb(251,53,90); }
H1.HeaderClassName
{
color: #FB355A;
}
.AnyTagClassName
{
color: #FB355A;
}
</style>
background-color css
<style>
a { background-color: #FB355A; }
a { background-color: rgb(251,53,90); }
div.DivClassName
{
background-color: #FB355A;
}
.BgClassName
{
background-color: #FB355A;
}
</style>
border-color css
<style>
span { border-color: #FB355A; }
span { border-color: rgb(251,53,90); }
td.TdClassName
{
border-color: #FB355A;
}
.TagClassName
{
border-color: #FB355A;
}
</style>