Shades of Radical Red #FB406B
Tints of Radical Red #FB406B
RGB
CMYK
RGB Variations
Color information
#FB406B (or 0xFB406B) is known color: Radical Red. HEX triplet: FB, 40 and 6B. RGB value is (251,64,107). Sum of RGB (Red+Green+Blue) = 251+64+107=422 (55% of max value = 765). Red value is 251 (98.44% from 255 or 59.48% from 422); Green value is 64 (25.39% from 255 or 15.17% from 422); Blue value is 107 (42.19% from 255 or 25.36% from 422); Max value from RGB is 251 - color contains mainly: red. Hex color #FB406B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB406B is #04BF94. Grayscale: #7C7C7C. Windows color (decimal): -311189 or 7028987. OLE color: 7028987.
HSL color Cylindrical-coordinate representation of color #FB406B: hue angle of 346.2º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FB406B is Cyan = 0, Magento = 0.75, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 64 | 107 | - |
| CMYK | 0 | 0.75 | 0.57 | 0.02 |
| HSL | 346.2º | 0.96% | 0.62% | - |
| HSV(B) | 346.2º | 0.75% | 0.98% | - |
| XYZ | 44.27 | 25.24 | 16.45 | - |
| YUV | 124.82 | 117.95 | 218 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 64 | 107 | 0 | 0.75 | 0.57 | 0.02 | 346.2 | 0.96 | 0.62 |
| Hex | FB | 40 | 6B | 0 | 4B | 39 | 2 | 15A | 60 | 3E |
| Octal | 373 | 100 | 153 | 0 | 113 | 71 | 2 | 532 | 140 | 76 |
| Binary | 11111011 | 1000000 | 1101011 | 0 | 1001011 | 111001 | 10 | 101011010 | 1100000 | 111110 |
Color Harmonies of #FB406B
Complementary color
Monochromatic Colors of #FB406B
Black with #FB406B
Text Example
Text Example
White with #FB406B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB406B; }
p { color: rgb(251,64,107); }
H1.HeaderClassName
{
color: #FB406B;
}
.AnyTagClassName
{
color: #FB406B;
}
</style>
background-color css
<style>
a { background-color: #FB406B; }
a { background-color: rgb(251,64,107); }
div.DivClassName
{
background-color: #FB406B;
}
.BgClassName
{
background-color: #FB406B;
}
</style>
border-color css
<style>
span { border-color: #FB406B; }
span { border-color: rgb(251,64,107); }
td.TdClassName
{
border-color: #FB406B;
}
.TagClassName
{
border-color: #FB406B;
}
</style>