Shades of Radical Red #FB3366
Tints of Radical Red #FB3366
RGB
CMYK
RGB Variations
Color information
#FB3366 (or 0xFB3366) is known color: Radical Red. HEX triplet: FB, 33 and 66. RGB value is (251,51,102). Sum of RGB (Red+Green+Blue) = 251+51+102=404 (53% of max value = 765). Red value is 251 (98.44% from 255 or 62.13% from 404); Green value is 51 (20.31% from 255 or 12.62% from 404); Blue value is 102 (40.23% from 255 or 25.25% from 404); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3366 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB3366 is #04CC99. Grayscale: #747474. Windows color (decimal): -314522 or 6697979. OLE color: 6697979.
HSL color Cylindrical-coordinate representation of color #FB3366: hue angle of 344.7º 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 #FB3366 is Cyan = 0, Magento = 0.80, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 51 | 102 | - |
| CMYK | 0 | 0.80 | 0.59 | 0.02 |
| HSL | 344.7º | 0.96% | 0.59% | - |
| HSV(B) | 344.7º | 0.8% | 0.98% | - |
| XYZ | 43.37 | 23.84 | 14.89 | - |
| YUV | 116.61 | 119.76 | 223.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 51 | 102 | 0 | 0.80 | 0.59 | 0.02 | 344.7 | 0.96 | 0.59 |
| Hex | FB | 33 | 66 | 0 | 50 | 3B | 2 | 159 | 60 | 3B |
| Octal | 373 | 63 | 146 | 0 | 120 | 73 | 2 | 531 | 140 | 73 |
| Binary | 11111011 | 110011 | 1100110 | 0 | 1010000 | 111011 | 10 | 101011001 | 1100000 | 111011 |
Color Harmonies of #FB3366
Complementary color
Monochromatic Colors of #FB3366
Black with #FB3366
Text Example
Text Example
White with #FB3366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3366; }
p { color: rgb(251,51,102); }
H1.HeaderClassName
{
color: #FB3366;
}
.AnyTagClassName
{
color: #FB3366;
}
</style>
background-color css
<style>
a { background-color: #FB3366; }
a { background-color: rgb(251,51,102); }
div.DivClassName
{
background-color: #FB3366;
}
.BgClassName
{
background-color: #FB3366;
}
</style>
border-color css
<style>
span { border-color: #FB3366; }
span { border-color: rgb(251,51,102); }
td.TdClassName
{
border-color: #FB3366;
}
.TagClassName
{
border-color: #FB3366;
}
</style>