Shades of Radical Red #FB3766
Tints of Radical Red #FB3766
RGB
CMYK
RGB Variations
Color information
#FB3766 (or 0xFB3766) is known color: Radical Red. HEX triplet: FB, 37 and 66. RGB value is (251,55,102). Sum of RGB (Red+Green+Blue) = 251+55+102=408 (54% of max value = 765). Red value is 251 (98.44% from 255 or 61.52% from 408); Green value is 55 (21.88% from 255 or 13.48% from 408); Blue value is 102 (40.23% from 255 or 25% from 408); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3766 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB3766 is #04C899. Grayscale: #767676. Windows color (decimal): -313498 or 6699003. OLE color: 6699003.
HSL color Cylindrical-coordinate representation of color #FB3766: hue angle of 345.61º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FB3766 is Cyan = 0, Magento = 0.78, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 55 | 102 | - |
| CMYK | 0 | 0.78 | 0.59 | 0.02 |
| HSL | 345.61º | 0.96% | 0.6% | - |
| HSV(B) | 345.61º | 0.78% | 0.98% | - |
| XYZ | 43.55 | 24.2 | 14.95 | - |
| YUV | 118.96 | 118.43 | 222.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 55 | 102 | 0 | 0.78 | 0.59 | 0.02 | 345.61 | 0.96 | 0.6 |
| Hex | FB | 37 | 66 | 0 | 4E | 3B | 2 | 15A | 60 | 3C |
| Octal | 373 | 67 | 146 | 0 | 116 | 73 | 2 | 532 | 140 | 74 |
| Binary | 11111011 | 110111 | 1100110 | 0 | 1001110 | 111011 | 10 | 101011010 | 1100000 | 111100 |
Color Harmonies of #FB3766
Complementary color
Monochromatic Colors of #FB3766
Black with #FB3766
Text Example
Text Example
White with #FB3766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3766; }
p { color: rgb(251,55,102); }
H1.HeaderClassName
{
color: #FB3766;
}
.AnyTagClassName
{
color: #FB3766;
}
</style>
background-color css
<style>
a { background-color: #FB3766; }
a { background-color: rgb(251,55,102); }
div.DivClassName
{
background-color: #FB3766;
}
.BgClassName
{
background-color: #FB3766;
}
</style>
border-color css
<style>
span { border-color: #FB3766; }
span { border-color: rgb(251,55,102); }
td.TdClassName
{
border-color: #FB3766;
}
.TagClassName
{
border-color: #FB3766;
}
</style>