Shades of Radical Red #FB4668
Tints of Radical Red #FB4668
RGB
CMYK
RGB Variations
Color information
#FB4668 (or 0xFB4668) is known color: Radical Red. HEX triplet: FB, 46 and 68. RGB value is (251,70,104). Sum of RGB (Red+Green+Blue) = 251+70+104=425 (56% of max value = 765). Red value is 251 (98.44% from 255 or 59.06% from 425); Green value is 70 (27.73% from 255 or 16.47% from 425); Blue value is 104 (41.02% from 255 or 24.47% from 425); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4668 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB4668 is #04B997. Grayscale: #808080. Windows color (decimal): -309656 or 6833915. OLE color: 6833915.
HSL color Cylindrical-coordinate representation of color #FB4668: hue angle of 348.73º 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 #FB4668 is Cyan = 0, Magento = 0.72, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 70 | 104 | - |
| CMYK | 0 | 0.72 | 0.59 | 0.02 |
| HSL | 348.73º | 0.96% | 0.63% | - |
| HSV(B) | 348.73º | 0.72% | 0.98% | - |
| XYZ | 44.47 | 25.89 | 15.75 | - |
| YUV | 128 | 114.47 | 215.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 70 | 104 | 0 | 0.72 | 0.59 | 0.02 | 348.73 | 0.96 | 0.63 |
| Hex | FB | 46 | 68 | 0 | 48 | 3B | 2 | 15D | 60 | 3F |
| Octal | 373 | 106 | 150 | 0 | 110 | 73 | 2 | 535 | 140 | 77 |
| Binary | 11111011 | 1000110 | 1101000 | 0 | 1001000 | 111011 | 10 | 101011101 | 1100000 | 111111 |
Color Harmonies of #FB4668
Complementary color
Monochromatic Colors of #FB4668
Black with #FB4668
Text Example
Text Example
White with #FB4668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4668; }
p { color: rgb(251,70,104); }
H1.HeaderClassName
{
color: #FB4668;
}
.AnyTagClassName
{
color: #FB4668;
}
</style>
background-color css
<style>
a { background-color: #FB4668; }
a { background-color: rgb(251,70,104); }
div.DivClassName
{
background-color: #FB4668;
}
.BgClassName
{
background-color: #FB4668;
}
</style>
border-color css
<style>
span { border-color: #FB4668; }
span { border-color: rgb(251,70,104); }
td.TdClassName
{
border-color: #FB4668;
}
.TagClassName
{
border-color: #FB4668;
}
</style>