Shades of Radical Red #FB3357
Tints of Radical Red #FB3357
RGB
CMYK
RGB Variations
Color information
#FB3357 (or 0xFB3357) is known color: Radical Red. HEX triplet: FB, 33 and 57. RGB value is (251,51,87). Sum of RGB (Red+Green+Blue) = 251+51+87=389 (51% of max value = 765). Red value is 251 (98.44% from 255 or 64.52% from 389); Green value is 51 (20.31% from 255 or 13.11% from 389); Blue value is 87 (34.38% from 255 or 22.37% from 389); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3357 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB3357 is #04CCA8. Grayscale: #727272. Windows color (decimal): -314537 or 5714939. OLE color: 5714939.
HSL color Cylindrical-coordinate representation of color #FB3357: hue angle of 349.2º 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 #FB3357 is Cyan = 0, Magento = 0.80, Yellow = 0.65 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 51 | 87 | - |
| CMYK | 0 | 0.80 | 0.65 | 0.02 |
| HSL | 349.2º | 0.96% | 0.59% | - |
| HSV(B) | 349.2º | 0.8% | 0.98% | - |
| XYZ | 42.69 | 23.57 | 11.32 | - |
| YUV | 114.9 | 112.26 | 225.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 51 | 87 | 0 | 0.80 | 0.65 | 0.02 | 349.2 | 0.96 | 0.59 |
| Hex | FB | 33 | 57 | 0 | 50 | 41 | 2 | 15D | 60 | 3B |
| Octal | 373 | 63 | 127 | 0 | 120 | 101 | 2 | 535 | 140 | 73 |
| Binary | 11111011 | 110011 | 1010111 | 0 | 1010000 | 1000001 | 10 | 101011101 | 1100000 | 111011 |
Color Harmonies of #FB3357
Complementary color
Monochromatic Colors of #FB3357
Black with #FB3357
Text Example
Text Example
White with #FB3357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3357; }
p { color: rgb(251,51,87); }
H1.HeaderClassName
{
color: #FB3357;
}
.AnyTagClassName
{
color: #FB3357;
}
</style>
background-color css
<style>
a { background-color: #FB3357; }
a { background-color: rgb(251,51,87); }
div.DivClassName
{
background-color: #FB3357;
}
.BgClassName
{
background-color: #FB3357;
}
</style>
border-color css
<style>
span { border-color: #FB3357; }
span { border-color: rgb(251,51,87); }
td.TdClassName
{
border-color: #FB3357;
}
.TagClassName
{
border-color: #FB3357;
}
</style>