Shades of Radical Red #FB466C
Tints of Radical Red #FB466C
RGB
CMYK
RGB Variations
Color information
#FB466C (or 0xFB466C) is known color: Radical Red. HEX triplet: FB, 46 and 6C. RGB value is (251,70,108). Sum of RGB (Red+Green+Blue) = 251+70+108=429 (56% of max value = 765). Red value is 251 (98.44% from 255 or 58.51% from 429); Green value is 70 (27.73% from 255 or 16.32% from 429); Blue value is 108 (42.58% from 255 or 25.17% from 429); Max value from RGB is 251 - color contains mainly: red. Hex color #FB466C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB466C is #04B993. Grayscale: #808080. Windows color (decimal): -309652 or 7096059. OLE color: 7096059.
HSL color Cylindrical-coordinate representation of color #FB466C: hue angle of 347.4º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FB466C is Cyan = 0, Magento = 0.72, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 70 | 108 | - |
| CMYK | 0 | 0.72 | 0.57 | 0.02 |
| HSL | 347.4º | 0.96% | 0.63% | - |
| HSV(B) | 347.4º | 0.72% | 0.98% | - |
| XYZ | 44.68 | 25.97 | 16.85 | - |
| YUV | 128.45 | 116.47 | 215.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 70 | 108 | 0 | 0.72 | 0.57 | 0.02 | 347.4 | 0.96 | 0.63 |
| Hex | FB | 46 | 6C | 0 | 48 | 39 | 2 | 15B | 60 | 3F |
| Octal | 373 | 106 | 154 | 0 | 110 | 71 | 2 | 533 | 140 | 77 |
| Binary | 11111011 | 1000110 | 1101100 | 0 | 1001000 | 111001 | 10 | 101011011 | 1100000 | 111111 |
Color Harmonies of #FB466C
Complementary color
Monochromatic Colors of #FB466C
Black with #FB466C
Text Example
Text Example
White with #FB466C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB466C; }
p { color: rgb(251,70,108); }
H1.HeaderClassName
{
color: #FB466C;
}
.AnyTagClassName
{
color: #FB466C;
}
</style>
background-color css
<style>
a { background-color: #FB466C; }
a { background-color: rgb(251,70,108); }
div.DivClassName
{
background-color: #FB466C;
}
.BgClassName
{
background-color: #FB466C;
}
</style>
border-color css
<style>
span { border-color: #FB466C; }
span { border-color: rgb(251,70,108); }
td.TdClassName
{
border-color: #FB466C;
}
.TagClassName
{
border-color: #FB466C;
}
</style>