Shades of Radical Red #FB4166
Tints of Radical Red #FB4166
RGB
CMYK
RGB Variations
Color information
#FB4166 (or 0xFB4166) is known color: Radical Red. HEX triplet: FB, 41 and 66. RGB value is (251,65,102). Sum of RGB (Red+Green+Blue) = 251+65+102=418 (55% of max value = 765). Red value is 251 (98.44% from 255 or 60.05% from 418); Green value is 65 (25.78% from 255 or 15.55% from 418); Blue value is 102 (40.23% from 255 or 24.40% from 418); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4166 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB4166 is #04BE99. Grayscale: #7C7C7C. Windows color (decimal): -310938 or 6701563. OLE color: 6701563.
HSL color Cylindrical-coordinate representation of color #FB4166: hue angle of 348.06º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FB4166 is Cyan = 0, Magento = 0.74, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 65 | 102 | - |
| CMYK | 0 | 0.74 | 0.59 | 0.02 |
| HSL | 348.06º | 0.96% | 0.62% | - |
| HSV(B) | 348.06º | 0.74% | 0.98% | - |
| XYZ | 44.07 | 25.25 | 15.12 | - |
| YUV | 124.83 | 115.12 | 217.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 65 | 102 | 0 | 0.74 | 0.59 | 0.02 | 348.06 | 0.96 | 0.62 |
| Hex | FB | 41 | 66 | 0 | 4A | 3B | 2 | 15C | 60 | 3E |
| Octal | 373 | 101 | 146 | 0 | 112 | 73 | 2 | 534 | 140 | 76 |
| Binary | 11111011 | 1000001 | 1100110 | 0 | 1001010 | 111011 | 10 | 101011100 | 1100000 | 111110 |
Color Harmonies of #FB4166
Complementary color
Monochromatic Colors of #FB4166
Black with #FB4166
Text Example
Text Example
White with #FB4166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4166; }
p { color: rgb(251,65,102); }
H1.HeaderClassName
{
color: #FB4166;
}
.AnyTagClassName
{
color: #FB4166;
}
</style>
background-color css
<style>
a { background-color: #FB4166; }
a { background-color: rgb(251,65,102); }
div.DivClassName
{
background-color: #FB4166;
}
.BgClassName
{
background-color: #FB4166;
}
</style>
border-color css
<style>
span { border-color: #FB4166; }
span { border-color: rgb(251,65,102); }
td.TdClassName
{
border-color: #FB4166;
}
.TagClassName
{
border-color: #FB4166;
}
</style>