Shades of Brink Pink #FB6A7C
Tints of Brink Pink #FB6A7C
RGB
CMYK
RGB Variations
Color information
#FB6A7C (or 0xFB6A7C) is known color: Brink Pink. HEX triplet: FB, 6A and 7C. RGB value is (251,106,124). Sum of RGB (Red+Green+Blue) = 251+106+124=481 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.18% from 481); Green value is 106 (41.80% from 255 or 22.04% from 481); Blue value is 124 (48.83% from 255 or 25.78% from 481); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6A7C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB6A7C is #049583. Grayscale: #979797. Windows color (decimal): -300420 or 8153851. OLE color: 8153851.
HSL color Cylindrical-coordinate representation of color #FB6A7C: hue angle of 352.55º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FB6A7C is Cyan = 0, Magento = 0.58, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 106 | 124 | - |
| CMYK | 0 | 0.58 | 0.51 | 0.02 |
| HSL | 352.55º | 0.95% | 0.7% | - |
| HSV(B) | 352.55º | 0.58% | 0.98% | - |
| XYZ | 48.58 | 32.27 | 22.74 | - |
| YUV | 151.41 | 112.54 | 199.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 106 | 124 | 0 | 0.58 | 0.51 | 0.02 | 352.55 | 0.95 | 0.7 |
| Hex | FB | 6A | 7C | 0 | 3A | 33 | 2 | 161 | 5F | 46 |
| Octal | 373 | 152 | 174 | 0 | 72 | 63 | 2 | 541 | 137 | 106 |
| Binary | 11111011 | 1101010 | 1111100 | 0 | 111010 | 110011 | 10 | 101100001 | 1011111 | 1000110 |
Color Harmonies of #FB6A7C
Complementary color
Monochromatic Colors of #FB6A7C
Black with #FB6A7C
Text Example
Text Example
White with #FB6A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB6A7C; }
p { color: rgb(251,106,124); }
H1.HeaderClassName
{
color: #FB6A7C;
}
.AnyTagClassName
{
color: #FB6A7C;
}
</style>
background-color css
<style>
a { background-color: #FB6A7C; }
a { background-color: rgb(251,106,124); }
div.DivClassName
{
background-color: #FB6A7C;
}
.BgClassName
{
background-color: #FB6A7C;
}
</style>
border-color css
<style>
span { border-color: #FB6A7C; }
span { border-color: rgb(251,106,124); }
td.TdClassName
{
border-color: #FB6A7C;
}
.TagClassName
{
border-color: #FB6A7C;
}
</style>