Shades of Radical Red #FB335B
Tints of Radical Red #FB335B
RGB
CMYK
RGB Variations
Color information
#FB335B (or 0xFB335B) is known color: Radical Red. HEX triplet: FB, 33 and 5B. RGB value is (251,51,91). Sum of RGB (Red+Green+Blue) = 251+51+91=393 (52% of max value = 765). Red value is 251 (98.44% from 255 or 63.87% from 393); Green value is 51 (20.31% from 255 or 12.98% from 393); Blue value is 91 (35.94% from 255 or 23.16% from 393); Max value from RGB is 251 - color contains mainly: red. Hex color #FB335B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB335B is #04CCA4. Grayscale: #737373. Windows color (decimal): -314533 or 5977083. OLE color: 5977083.
HSL color Cylindrical-coordinate representation of color #FB335B: hue angle of 348º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FB335B is Cyan = 0, Magento = 0.80, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 51 | 91 | - |
| CMYK | 0 | 0.80 | 0.64 | 0.02 |
| HSL | 348º | 0.96% | 0.59% | - |
| HSV(B) | 348º | 0.8% | 0.98% | - |
| XYZ | 42.86 | 23.63 | 12.2 | - |
| YUV | 115.36 | 114.26 | 224.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 51 | 91 | 0 | 0.80 | 0.64 | 0.02 | 348 | 0.96 | 0.59 |
| Hex | FB | 33 | 5B | 0 | 50 | 40 | 2 | 15C | 60 | 3B |
| Octal | 373 | 63 | 133 | 0 | 120 | 100 | 2 | 534 | 140 | 73 |
| Binary | 11111011 | 110011 | 1011011 | 0 | 1010000 | 1000000 | 10 | 101011100 | 1100000 | 111011 |
Color Harmonies of #FB335B
Complementary color
Monochromatic Colors of #FB335B
Black with #FB335B
Text Example
Text Example
White with #FB335B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB335B; }
p { color: rgb(251,51,91); }
H1.HeaderClassName
{
color: #FB335B;
}
.AnyTagClassName
{
color: #FB335B;
}
</style>
background-color css
<style>
a { background-color: #FB335B; }
a { background-color: rgb(251,51,91); }
div.DivClassName
{
background-color: #FB335B;
}
.BgClassName
{
background-color: #FB335B;
}
</style>
border-color css
<style>
span { border-color: #FB335B; }
span { border-color: rgb(251,51,91); }
td.TdClassName
{
border-color: #FB335B;
}
.TagClassName
{
border-color: #FB335B;
}
</style>